I am using Flotr Charts for display of charts .
We have requiremnt as Y axis needs to be filled on either sides . I have done the below thing , but its not reflecting
var p = Flotr.draw(
yaxis: {min: ymin, max: ymax,tickFormatter: function(n){}
y2axis: {tickFormatter: function(n){}}
Please tell me as how to do this ??

Flotr.drawshould be of the formFlotr.draw(element, series, options)as in the quickstart guide – NT3RP Apr 14 '11 at 13:03