开发者

Is is possible to display barcharts horizontally in Flot?

开发者 https://www.devze.com 2023-02-14 04:04 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消