Markus ›fin‹ Hametner

Results 1 issues of Markus ›fin‹ Hametner

The fix to #32 disabled auto-nicing. The (undocumented) way of nicing scales I found is: ``` chart.using('lineSeries', function(line) { line.beforeRender(function(chart) { this.y.nice(); }); }); ``` I'd appreciate if this could...