我正在尝试在一系列数据中呈现两种颜色的条形JQPLOT图表[即单维数组]。
请建议可以使用JQPLOT。
答案 0 :(得分:1)
您正在寻找varyBarColor选项。在他们的网站上查看他们的文档:http://www.jqplot.com/docs/files/plugins/jqplot-barRenderer-js.html
seriesDefaults:{
renderer:$.jqplot.BarRenderer,
rendererOptions: {
varyBarColor: true
}
}