You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a few issues in the logarithmic mode in the y axis:
when using a simple series with two values distant, let's say [100, 39], I see two issues - the 100 value is below Y=100 on the axis, and the 39 is below the entire graph
similarly, when using the values [1,2] - the 1 is on the Y=2 line, and the 2 is outside of the graph
when using a series with small or identical numbers (let's say [1,1] or [0,0]), the graph crashes or display nothing
Steps to Reproduce
Create an area chart with the most basic config, set logarithmic mode in the yaxis, and replace the series values as I demonstrated (see the specific values in the codepen/description/screenshots).
Expected Behavior
No crashes
The y value should be aligned with the values on the y axis
Actual Behavior
Crashes on some values
When it doesn't crash, the y value isn't properly aligned with the y axis
Description
I found a few issues in the logarithmic mode in the y axis:
Steps to Reproduce
Expected Behavior
Actual Behavior
Screenshots
Reproduction Link
https://codepen.io/Nadav-Peled/pen/QWezjzr?editors=0010%5D
The text was updated successfully, but these errors were encountered: