3D Pie Chart
Overview
This article explains how to create a 3D Pie chart in AnyChart.
To learn more about 3D charts in general and how to customize them, see 3D Charts (Overview). You can also read about the settings available for the Pie Chart, all of them shared by 3D Pie.
Quick Start
To build a 3D Pie chart, use the anychart.bar3d() chart constructor:
// create a 3d pie chart
chart = anychart.pie3d();