forio / contour

Apache License 2.0
120 stars 21 forks source link

Allow tickValues option (on yAxis and xAxis properties) to take receive function. #252

Closed parikhshiv closed 6 years ago

parikhshiv commented 7 years ago

Example:

yAxis: { // tick marks would match data points tickValues: function (data) { return [data]; }; }

narenranjit commented 6 years ago

Addressed by new functionality to allow most config params to be fns