Ovilia commented on issue #8972: Gauge, define maximum value and minimum to represent URL: https://github.com/apache/incubator-echarts/issues/8972#issuecomment-417169625 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.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
