I'm passing a data to dygraph with a million value on y-axis but it is displayed with "e+" suffix. Is there a way to format y-axis display to "3000000" or "3M" instead?
Same with the value displayed in points
I solved my issue by adding labelsKMB: true
on options