Is is possible to display barcharts horizontally in Flot?

ssi_bas picture ssi_bas · Feb 28, 2011 · Viewed 10.4k times · Source

Apologies, but I'm a newbie at Flot.

I'd like to display my data in a horizontal bar chart rather a vertical bar chart which Flot seems to default to.

Is it possible to do this in Flot, and, if so, how do I do it?

Answer

iivel picture iivel · Feb 28, 2011
bars: {
      horizontal: true
    }

API reference: http://flot.googlecode.com/svn/trunk/API.txt