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 the Pie Chart article.

Quick Start

To build a 3D Pie chart, use the anychart.pie3d() chart constructor:

// create a 3d pie chart and set the data
chart = anychart.pie3d(data);

Playground