条形图与颜色

时间:2012-01-27 10:30:46

标签: asp.net-mvc jqplot

我正在尝试在一系列数据中呈现两种颜色的条形JQPLOT图表[即单维数组]。

请建议可以使用JQPLOT。

1 个答案:

答案 0 :(得分:1)

您正在寻找varyBarColor选项。在他们的网站上查看他们的文档:http://www.jqplot.com/docs/files/plugins/jqplot-barRenderer-js.html

seriesDefaults:{
  renderer:$.jqplot.BarRenderer,
  rendererOptions: {
    varyBarColor: true
  }
}