Closed parikhshiv closed 6 years ago
Example:
yAxis: { // tick marks would match data points tickValues: function (data) { return [data]; }; }
Addressed by new functionality to allow most config params to be fns
Example:
yAxis: { // tick marks would match data points tickValues: function (data) { return [data]; }; }