PHP 中带标签的 3D 饼图
我使用以下包来生成 3D 饼图: http://www.peters1.dk/webtools/php/lagkage.php ?sprog=en
但是此图表没有标签或百分比。我想在相应的图表上显示“丹麦、美国、德国等”……这将有助于轻松识别百分比。
请帮助我或提供任何可生成类似 3D 饼图的软件包链接
I am using the following package to generate 3D Pie Chart:
http://www.peters1.dk/webtools/php/lagkage.php?sprog=en
But this Chart doesn't have label or percentage over this graph. I would like to display "Denmark, US, Germany etc" over the corresponding graphs.. that will help to identify the percentage very easily.
Please help me or provide any package links which produce similar 3D Pie Chart
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您是否尝试过 Google 图表?
Have you tried Google Charts?
查看 http://code.google.com/apis/chart/(免费)
或 http://www.anychart.com/products /anychart/gallery/Pie-and-Doughnut-Charts.php(成本,但非常灵活)
Have a look at http://code.google.com/apis/chart/ (free)
or http://www.anychart.com/products/anychart/gallery/Pie-and-Doughnut-Charts.php (costs, but very flexable)
看看 http://www.chartjs.org/,http://www.highcharts.com/https://google-developers.appspot.com/chart/interactive/docs/index 两者都非常容易集成。 ChartJs 使用 HTML 5 Canvas 创建图表,您可以有 6 种不同的图表类型。 Highchart 是用纯 HTML5/JavaScript 编写的。一切顺利。
Have a look at http://www.chartjs.org/, http://www.highcharts.com/https://google-developers.appspot.com/chart/interactive/docs/index both are pretty easy to integrate. ChartJs uses HTML 5 Canvas to create graphs and you can have 6 different chart types. Highchart is written in pure HTML5/JavaScript. All the best.