Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does it support 3D pie chart?

I am using Highcharts on my web, and I have the need for a 3D pie chart.

Does Highcharts support 3D pie charts? If so can someone show an example?

like image 651
Chanan Berler Avatar asked Mar 24 '13 10:03

Chanan Berler


People also ask

Can a pie chart be 3D?

The pie 3D chart comprises of a circle that is divided into sectors, each representing a proportion of the summation of all values in a dataset. The pie 3D chart adds a layer of aesthetics to the plain pie chart by adding depth to it.

Is pie chart 2D or 3D?

So our charts should almost always be 2D for the same reason our icons should be 2D. They are easier to process and closer to how our brains imagine objects in the abstract. This principle particularly applies to pie charts which, as we have discussed before, can be hard enough to read in 2D.

What is 3D pie?

A 3D pie chart is like regular pie chart. They're identical in configuration, except that the former uses PieChart3D class to instantiate the chart, and PieSeries3D for its series. It also introduces additional settings depth and angle to configure depth (height) and angle at which we are viewing the chart.


1 Answers

It's the top most requested feature

http://highcharts.uservoice.com/forums/55896-general 

and it looks like is is coming this year. Meanwhile, you can add radial gradients. http://jsfiddle.net/LCdVd/243/

--- Update --- 3D pie charts are now supported:

http://www.highcharts.com/demo/3d-pie

like image 64
SteveP Avatar answered Dec 23 '22 22:12

SteveP