码迷,mamicode.com
首页 > 其他好文 > 详细

echarts-柱状图坐标上显示数据

时间:2018-10-29 16:09:55      阅读:793      评论:0      收藏:0      [点我收藏+]

标签:show   Matter   客户   数据   format   value   tip   cat   this   

***

var option = {
title: {
text: ‘新增客户‘
},
tooltip: {
trigger: ‘item‘,
formatter: "{b} : {c}"
},
xAxis: {
type: ‘category‘,
data: data.Months
},
yAxis: {
type: ‘value‘,
},
series: [{
data: data.ThisMonthIncrease,
type: ‘bar‘,
stack:‘bar‘,
label:{
normal:{
show:true,
formatter:‘{c}‘
}

}
},
{
data: data.LastMonth,
type: ‘bar‘,
stack:‘bar‘,
label:{
normal:{
show:true,
formatter:‘{c}‘
}
}
}
]
};

***

echarts-柱状图坐标上显示数据

标签:show   Matter   客户   数据   format   value   tip   cat   this   

原文地址:https://www.cnblogs.com/Ztriper/p/9870627.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!