series: [
{
name: "总激活数",
type: "line",
stack: "总激活数",
data: this.totalCount,
itemStyle: {
normal: {
color: "#F29C1B",
lineStyle: {
color: "#F29C1B"
}
}
}
},
{
name: "自有激活数",
type: "line",
stack: "自有激活数",
data: this.selfCount,
itemStyle: {
normal: {
color: "#FF5252",
lineStyle: {
color: "#FF5252"
}
}
}
},
{
name: "合作方激活数",
type: "line",
stack: "合作方激活数",
data: this.subCount,
itemStyle: {
normal: {
color: "#457FFB",
lineStyle: {
color: "#457FFB"
}
}
}
}
]
(1)设置折线线条颜色
lineStyle: {
color: "#F29C1B",
}
(2)设置折线折点颜色
lineStyle: {
normal: {
color: "#F29C1B"
}
}
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有