ngecharts

Overlapping bar chart apache echarts baidu

不想你离开。 提交于 2020-02-24 00:43:38
问题 I want to create bar chart with multiple series overlapping each other. Stack bar chart places bar on top of another bar. I want all bar to start from the bottom like below example. Is there any way to achieve this with echarts ? 回答1: This example added series: [ { name: 'Forest', type: 'bar', barGap: '-100%', // this changed barCategoryGap: '80%', // this changed label: labelOption, data: [320, 332, 301, 334, 390] }, { name: 'Steppe', type: 'bar', label: labelOption, data: [220, 182, 191,