You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/08/30 02:32:42 UTC

[GitHub] Ovilia commented on issue #8972: Gauge, define maximum value and minimum to represent

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org