gpt4 book ai didi

highcharts - 如何更改 highcharts 柱状图中每个类别的颜色?

转载 作者:行者123 更新时间:2023-12-01 23:18:31 26 4
gpt4 key购买 nike

我有一个柱状图,它有多个类别,每个类别都有一个数据点(例如 like this one )。是否可以更改每个类别的条形颜色?也就是说,每个条形都有自己独特的颜色,而不是全部为蓝色?

最佳答案

如果您将数据数组更改为配置对象而不是数字,您还可以为每个点/条单独设置颜色。

data: [
{y: 34.4, color: 'red'}, // this point is red
21.8, // default blue
{y: 20.1, color: '#aaff99'}, // this will be greenish
20] // default blue

Example on jsfiddle

enter image description here

关于highcharts - 如何更改 highcharts 柱状图中每个类别的颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7414287/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com