[Bug] YAxis type 'log' with logBase: 2 working wierd #18858
Open
Description
Version
5.4.2
Link to Minimal Reproduction
Steps to Reproduce
- Set yAxis.type to 'log'
- set yAxis.logBase: 2;
Current Behavior
yAxis labels starts from 1, then 1024 and 1 048 576. That's it, only 3 labels on Y axis. but biggest value in series is 1800
Expected Behavior
I definitely don't need 1 048 576 as max label if max value is 1800. As logarithm based of 2 max label should be 2048. But if you change logBase to any other number(3, 4, etc.) - everything works fine, for example with same series and logBase: 4 max label is 4094
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response