Ztriper

***

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}\'
}
}
}
]
};

***

分类:

技术点:

相关文章:

  • 2022-02-27
  • 2022-01-09
  • 2021-11-21
  • 2021-12-30
  • 2021-11-04
  • 2021-11-23
  • 2021-05-05
  • 2022-12-23
猜你喜欢
  • 2022-01-22
  • 2022-02-02
  • 2022-01-04
  • 2022-01-10
  • 2022-12-23
相关资源
相似解决方案