如何使用角度图表JS为两个图表添加不同的颜色方案?

时间:2016-02-05 11:52:40

标签: javascript angularjs charts

我正在使用角度图表JS for Donut Chart和Line Chart。想要为不同的配色方案使用不同的颜色。 如图所示: In image there is two different chart with different color. I need like this.

1 个答案:

答案 0 :(得分:0)

您可以将颜色设置为:

ChartJsProvider.setOptions({
  colours: ['#FF5252', '#FF8A80'],
  responsive: false
});

签入Documentation

我看到你使用美国英语“颜色”

  

想要为不同的颜色方案提供不同的颜色。

看起来他们在API colours: 中使用英国英语。可能导致混乱