echarts 修改legend图例的颜色
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了echarts 修改legend图例的颜色相关的知识,希望对你有一定的参考价值。
- legend的颜色是在option里面直接定义的color数组,有几个图例就在color里面写几个颜色值。
var option =
color:#657DE9,
tooltip:
trigger: "axis",
axisPointer:
// 坐标轴指示器,坐标轴触发有效
type: "shadow" // 默认为直线,可选为:line | shadow
,
grid:
left: 3%,
right: 4%,
bottom: 3%,
containLabel: true
,
legend:
borderColor:#657DE9,
textStyle:
color: #657DE9,
,
data: ["线下投注的设备必须和上次登录的设备一致(账号)"]
,
以上是关于echarts 修改legend图例的颜色的主要内容,如果未能解决你的问题,请参考以下文章
Echarts动态数据单个显示不同颜色与随机显示颜色,legend不显示问题