apexcharts.js
apexcharts.js copied to clipboard
Logarithmic scale not working with small values
Bug report
The logarithmic option on the yaxis is not working with small values (1e-5 to 1e-3).
Codepen
https://codepen.io/mariebel111/pen/OJVWKZE
Explanation
- What is the behavior you expect?
A logarithmic scale on the yaxis (in my example the second label on the yaxis has to be 1e-4)
- What is happening instead?
yaxis is not changing

- What error message are you getting? none
I'm having the exact same issue.
I am having the same issue too. Are there any updates? I tried using a multiplier so the values would be larger since this seems to be a known issue, but that caused other problems with the y-axis min value and tick marks not working correctly.