Highcharts:如何在Waterfall图表中添加1个以上的mediumSum?

时间:2018-06-27 10:54:26

标签: charts highcharts waterfall

考虑一下,JS小提琴,其中瀑布图定义了2个http://jsfiddle.net/xsoadwzk/中间值

{
  name: 'Service Revenue1',
  isIntermediateSum: true,
  color: Highcharts.getOptions().colors[1],
}, {
  name: 'Service Revenue2',
  y: 231000
}, {
  name: 'Positive Balance',
  isIntermediateSum: true,
  color: Highcharts.getOptions().colors[1]
},

在这里,可以预期,“服务收入1”和“正余额”被绘制为显示摘要的中间金额。

是否可以使用Highcharts库在瀑布图中实现多个中间和?

0 个答案:

没有答案