Open
Description
Version
latest
Link to Minimal Reproduction
Steps to Reproduce
- set boundaryGap to [0.05, 0.05]
Current Behavior
fallback to (1,10)
Expected Behavior
There is a flaw in the percentage calculation logic boundaryGap in the current implementation of the logarithmic axis. Based on the observed behavior, it seems that the boundary gap is calculated using the original value, which may produce negative or zero values and cause axis rendering errors. But boundaryGap is fundamentally a visual effect property. Its calculation should be based on the log(min | max) value to achieve the desired visual behavior.
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response