如何用echarts实现修改折线图中折线颜色与折线上面圆点的颜色一致,麻烦各位解答一下,谢谢
展开全部
itemStyle : {
normal : {
color:'green',
lineStyle:{
color:'red'
}
}
},
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
series : [{
name:aymc,
legendHoverLink : false,
type : 'line',
itemStyle : {
normal : {
color:'#f5bf58',
label : {
show : true,
formatter : '{b}:{c}',
position : 'top',
textStyle : {
fontWeight : '700',
fontSize : '12',
color:'#f5bf58'
}
},
lineStyle:{
color:'#f5bf58'
}
}
},
data : seriesDataArr
}]
normal 中color 设置
name:aymc,
legendHoverLink : false,
type : 'line',
itemStyle : {
normal : {
color:'#f5bf58',
label : {
show : true,
formatter : '{b}:{c}',
position : 'top',
textStyle : {
fontWeight : '700',
fontSize : '12',
color:'#f5bf58'
}
},
lineStyle:{
color:'#f5bf58'
}
}
},
data : seriesDataArr
}]
normal 中color 设置
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
option 后边跟上 color:['dark'],
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询