-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed
Stars1233/echarts
#22Closed
Copy link
Labels
Description
Version
6.0.0-beta.1
Link to Minimal Reproduction
Steps to Reproduce
Ticks less than 1e-10 are not displayed.
This is probably caused by fixRound not considering the precision of the data and using 1e-10 as a fixed precision.
The correct way is to calculate the precision from data as this example does.
Current Behavior
No axis ticks smaller than 1e-10.
Expected Behavior
Axis ticks like 1e-11, 1e-12, 1e-13, etc. should be displayed.
Environment
- OS:
- Browser:
- Framework:Any additional comments?
No response