3D Pie chart in Highcharts/Javascript

前端 未结 3 1866
攒了一身酷
攒了一身酷 2021-01-16 04:52

I need to draw 3d pie chart in javascript. It should look like below :- \"3d

There are various exam

3条回答
  •  遥遥无期
    2021-01-16 04:55

    It's the top most requested feature in Highcharts.

    http://highcharts.uservoice.com/forums/55896-general and it looks like we have to wait some time!

    Does it support 3D pie chart?

    But using Google visualization API you can achieve this very easily. enter image description here

    code

       
      
        
        
      
      
        

    See documentation for more features https://developers.google.com/chart/interactive/docs/gallery/piechart

    Hope I helped you :)

提交回复
热议问题