Do you mean the color is not changed according to the max value? This is because in line 69th, `option.series[0].axisLine.lineStyle.color[0][0] = value / 100;` value is divided by 100, which should be changed to your max value.
[ Full content available at: https://github.com/apache/incubator-echarts/issues/8972 ] This message was relayed via gitbox.apache.org for [email protected]
