echarts
echarts copied to clipboard
[Feature] Set middle splitLine color on bar chart with negative value
What problem does this feature solve?
xAxis.splitLine.lineStyle.color can set splitLine color except the middle one.
What does the proposed API look like?
splitLine.lineStyle.color: function
The zero line is called axisLine and color could be set with axisLine:{lineStyle:{color: 'red'}}
axisLabel takes the same color by default, but can be changed - axisLabel:{color: '#333'}
📌 please close issue if problem solved.
@helgasoft xAxis.axisLine:{lineStyle:{color: 'red'}} doesn't work. with echart 5.6.0 in vue2