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
Using dygraphs to plot data with more digits after decimal than the "digitsAfterDecimal" option (default: 2) leads sometimes to duplicate labels on the Y-axis.
In this jsfiddle example I see two labels named "0.05" and two labels named "0.06". A much more appreciated version would be to leave out rounded labels when the same value is already shown on the axis.
Using dygraphs to plot data with more digits after decimal than the "digitsAfterDecimal" option (default: 2) leads sometimes to duplicate labels on the Y-axis.
In this jsfiddle example I see two labels named "0.05" and two labels named "0.06". A much more appreciated version would be to leave out rounded labels when the same value is already shown on the axis.
https://jsfiddle.net/ujsxnc7r/
I'm using dygraphs 2.1.0.
The text was updated successfully, but these errors were encountered: