series: [
{
// data: vals,
type: 'bar',
itemStyle: {
normal: {
color: 'green'
}
},
lineStyle: {
normal: {
color: 'rgba(43, 227, 234, 1)',
}
},
barWidth: '2',
barGap: '-100%',
}]
echarts实现柱状图在提示阴影中居中
阅读 85
2023-02-24
series: [
{
// data: vals,
type: 'bar',
itemStyle: {
normal: {
color: 'green'
}
},
lineStyle: {
normal: {
color: 'rgba(43, 227, 234, 1)',
}
},
barWidth: '2',
barGap: '-100%',
}]
相关推荐
精彩评论(0)