1 Star 0 Fork 261

陈雄 / B-JUI

forked from xknaan / B-JUI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
highcharts-3dpieData.html 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
{
"chart": {
"type": "pie",
"options3d": {
"enabled": true,
"alpha": 45,
"beta": 0
}
},
"title": {
"text": "Browser market shares at a specific website, 2014"
},
"tooltip": {
"pointFormat": "{series.name}: <b>{point.percentage:.1f}%</b>"
},
"plotOptions": {
"pie": {
"allowPointSelect": true,
"cursor": "pointer",
"depth": 35,
"dataLabels": {
"enabled": true,
"format": "{point.name}"
}
}
},
"series": [{
"type": "pie",
"name": "Browser share",
"data": [
["Firefox", 45.0],
["IE", 26.8],
{
"name": "Chrome",
"y": 12.8,
"sliced": true,
"selected": true
},
["Safari", 8.5],
["Opera", 6.2],
["Others", 0.7]
]
}]
}
1
https://gitee.com/coldco519/B-JUI.git
git@gitee.com:coldco519/B-JUI.git
coldco519
B-JUI
B-JUI
master

搜索帮助