forio / contour

Apache License 2.0
120 stars 21 forks source link

Y-Axis has difficulty detecting variations in small numbers (or small numbers in general?) #280

Closed lukwallace closed 6 years ago

lukwallace commented 6 years ago

For small data sets, the yAxis does not set up ticks or plot data appropriately. Fighting w/ the config to get the data plotted will not provide desired ticks unless tickValues is explicitly set. I set up a fiddle w/ all the odd quirks that came out.

Understandably, docs do say that axis will only scale to 1, 2, 5, 10 and 10x.

Workarounds:

See: http://jsfiddle.net/p7n3fgej/

ldtcooper commented 6 years ago

This is a repeat of issue 256