You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/09/09 05:03:28 UTC

[GitHub] [echarts] Ovilia commented on pull request #17624: fix(bar): fix bar axis range when maximum data is small #13128

Ovilia commented on PR #17624:
URL: https://github.com/apache/echarts/pull/17624#issuecomment-1241502345

   @pissang 
   
   PlanA: If 0.30000000000000004 should be considered as 0.3, should 1e-11 be considered as 0, which makes the original issue not-a-bug? 
   
   PlanB: If a number is less than 1e-10, then the precision should be considered using `ROUND_SUPPORTED_PRECISION_MAX`, otherwise, 1e-10 is used. 
   
   Should we also provide an option on `echarts.init` to overrider `ROUND_SUPPORTED_PRECISION_MAX`?


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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