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
Hah, how can we not have an autoranged log axis bar chart anywhere in our tests? 0.1 to 10^4 is the default y axis range (-1 to 4), there's a problem with the log/linear conversion. I'll sort it out.
When using
autorange: true
withtype: "log"
, the default scaling does not show all of the data. The example is at https://jsfiddle.net/crq1tkjyI expected to be able to see both the maximum and minimum values by default, instead anything over 10k is off the top of the graph.
The text was updated successfully, but these errors were encountered: