Does anyone know how one can set the label or title of an axis in Flot?
I\'ve read the API but it doesn\'t seem to have that feature...
Thanks :)
$("") .text("Pressure") .appendTo($("#yl_1"));
This will works too.