考虑一下,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库在瀑布图中实现多个中间和?