Is is possible to display barcharts horizontally in Flot?
Apologies, but I'm a newbie at Flot.
I'd like to display my data in a horizontal bar chart rath开发者_JAVA百科er 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?
bars: { horizontal: true }
API reference: http://flot.googlecode.com/svn/trunk/API.txt
For an example of a horizontal bar chart built with Flot, check out http://www.jqueryflottutorial.com/how-to-make-jquery-flot-horizontal-bar-chart.html
精彩评论