264 Star 599 Fork 261

xknaan / B-JUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
echarts-barData.html 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
小策一喋 提交于 2015-01-20 09:51 . 修改文档
{
"tooltip": {
"trigger": "axis"
},
"legend": {
"data": [
"男党员",
"女党员"
]
},
"toolbox": {
"show": true,
"feature": {
"mark": {
"show": true
},
"dataView": {
"show": true,
"readOnly": false
},
"magicType": {
"show": true,
"type": [
"line",
"bar"
]
},
"restore": {
"show": true
},
"saveAsImage": {
"show": true
}
}
},
"calculable": true,
"xAxis": [
{
"type": "category",
"data": [
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月"
]
}
],
"yAxis": [
{
"type": "value",
"splitArea": {
"show": true
}
}
],
"series": [
{
"name": "男党员",
"type": "bar",
"data": [
2,
3,
10,
7,
3,
1,
19,
9,
4,
16,
2,
14
]
},
{
"name": "女党员",
"type": "bar",
"data": [
10,
6,
18,
13,
16,
17,
17,
9,
7,
7,
19,
13
]
}
]
}
JavaScript
1
https://gitee.com/xknaan/B-JUI.git
git@gitee.com:xknaan/B-JUI.git
xknaan
B-JUI
B-JUI
master

搜索帮助