Flot Jquery Y Axis Option Is Not Working
This is my yasix option yaxes: { min: 0, max: 100, tickFormatter: function (val, axis) { return val
Solution 1:
If you only have a single value, the option is yaxis
instead of yaxes
. If you have multiple values, you should provide an array.
Solution 2:
From the code you provided, see yaxes
instead of yaxis
. And check if val is in Number or String.. print and see if it is showing as object
Post a Comment for "Flot Jquery Y Axis Option Is Not Working"