Justin-ZS commented on PR #20838:
URL: https://github.com/apache/echarts/pull/20838#issuecomment-2823772007

   > @Justin-ZS Can you further explain in which case should I set max value to 
be some rounded value larger than my given value, instead of not setting `max` 
at all?
   
   When comparing multiple similar charts. (like sales data from different 
stores, one chart for one store)
   When not setting the `max`, the axis max of chart 1 is `4000`, and the axis 
max of chart 2 is `3000`.
   Setting "max" to all charts directly will make them ugly, as the max value 
could be `3744.55`
   With this new feature, all axis max will be `4000`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to