我在更改顶点图表中的颜色栏时遇到了一些麻烦。该图表是混合图表(折线图/条形图)。我想更改单个条形颜色。
我已经尝试过解决方案,即根据顶点图表文档将 fillColor 添加到 series.data 中,但它不起作用。
Chart Snap 在此处输入图像描述
这是我的代码。在哪里
response.device.data.values AND response.flowmeter.values 是一组值。
if (newChart !== null) {
newChart.destroy();
}
var options = {
chart: {
height: 350,
stacked: false,
height: '400',
toolbar: {
tools: {
download: true,
selection: false,
zoom: false,
zoomin: false,
zoomout: false,
pan: false,
reset: false,
customIcons: []
}
}
},
dataLabels: {
enabled: false
},
stroke: {
width: [2, 1],
curve: 'stepline'
},
yaxis: [
{
axisTicks: {
show: true,
},
axisBorder: {
show: true,
color: '#008FFB'
},
labels: {
style: {
color: '#008FFB',
}
},
title: {
text: "<?=_('Device(s)')?> (m3)",
style: {
color: '#008FFB'
}
},
手掌心
猛跑小猪
慕神8447489
相关分类