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
* Put the url being tested on the page
* Allow setting of log scale on either axis
(Needed to patch in
chartjs/Chart.js#4198
In order to get chartjs/Chart.js#4939
Axis type switching to work)
* Allow the setting of min on X axis too
Ignore 0 for min when in log
* Smaller chart.js with all the fixes
0 log is ok now
Expected Behavior
changing the type and update() should change the display type
Current Behavior
stays linear
Possible Solution
workaround is to rewrite the dataset with a different axis id but that seems overkill (also I then have 2 axis showing)
Steps to Reproduce (for bugs)
https://codepen.io/anon/pen/GOWBpx
Context
I need to switch axis type to help visualize home drawn (x,y) histograms
Environment
The text was updated successfully, but these errors were encountered: