"[图片] [图片] barGap 不起作用"
barGap 不起作用
series: [ { name: '数量', type: 'bar', zlevel: 1, itemStyle: { normal: { barBorderRadius: [0, 30, 30, 0], color: (params) => { return new echarts.graphic.LinearGradient(0, 0, 1, 0, [ { offset: 0, color: 'rgba(54,69,129,1)', }, { offset: 0.8, color: colorList[params.dataIndex], }, { offset: 1, color: 'rgba(255,255,255,0.8)', }, ]); }, // color: (params) => { // return colorList[params.dataIndex] // } }, }, barWidth: 15, data: data1, }, { name: '背景', type: 'bar', barWidth: 15, z:"-3", barGap: '-75%', data: defaultData, itemStyle: { normal: { color: '#1B375E', barBorderRadius: [0, 30, 30, 0], }, }, }, ],
你这个报表能否将数据集转成内建发上来看下。刚翻看了下资料,这个 barGap 应该是放到坐标系最后一个上才有效,也就是比如展示多年数据,每年下边两个系列,要放到后边那个系列上才生效
发报表文件。
rar
将那个写的柱子宽度设成 0 看下效果, barWidth:0,
你这个报表能否将数据集转成内建发上来看下。
刚翻看了下资料,这个 barGap 应该是放到坐标系最后一个上才有效,也就是比如展示多年数据,每年下边两个系列,要放到后边那个系列上才生效
发报表文件。
rar
将那个写的柱子宽度设成 0 看下效果, barWidth:0,