I make a graph on jQuery, using the Flot library. Tell me, is it possible to remove the border graphics, for example, from the bottom and top. Did as in api , but does not help.
- Give an example of how you tried to remove boarders. - lampa
|
1 answer
I do not remember exactly. there among the properties you need to look
plot = $.plot($("#placeholder"), [ { data: a, label: "cos(x) = -0.00" } ], { series: { lines: { show: true } }, crosshair: { mode: "x" }, grid: { hoverable: true, autoHighlight: false }, yaxis: { min: 450, max: 600}, xaxis: { min: 0, max: 49} });
|