<ve-line :extend="chartExtend" :colors="colors" :data="chartData" height="360px" :settings="chartSettings" />
1.在组件中绑定colors属性
2.然后在vue的data里给colors: ['red','green']值即可
<ve-line :extend="chartExtend" :colors="colors" :data="chartData" height="360px" :settings="chartSettings" />
1.在组件中绑定colors属性
2.然后在vue的data里给colors: ['red','green']值即可
本文标题:v-charts改变折线图颜色
本文链接:https://www.haomeiwen.com/subject/slzrrktx.html
网友评论