jQuery堆积柱形图,包含负值和正值

时间:2011-07-26 03:31:42

标签: jquery css canvas charts

是否可以使用带有负值和正值的jQuery堆积柱形图?

我一直在使用Steve Fenton's jQuery Charts (Vertical Bars),但无法同时生成正值和负值,如下图所示:

enter image description here

以下是我目前所拥有的内容: http://jsfiddle.net/jMXMb/

非常感谢任何想法,链接和解决方案。

1 个答案:

答案 0 :(得分:1)

你可以只使用一些css来获得负面条...但这些值本身不能为负=(

#example2b + h3 + .chartscontainer .chartsbar {
    top: 0 !important;
    bottom: auto !important;
}

结帐this demo。如果您确实需要负值,并且栏内的数字已切换,我认为这将需要对插件进行一些代码更改。或者更有创意的css ......