echarts柱状图修改背景线为网格线去掉刻度标签鼠标悬停在柱条上时变色柱条圆角弧度

Posted 何丸子

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了echarts柱状图修改背景线为网格线去掉刻度标签鼠标悬停在柱条上时变色柱条圆角弧度相关的知识,希望对你有一定的参考价值。

option = { color: [‘red‘],//修改柱条颜色

tooltip : { triggerOn:‘mousemove‘ },

grid: { left: ‘3%‘, right: ‘4%‘, bottom: ‘3%‘, containLabel: true },

xAxis : [ { type : ‘category‘, data : [‘Mon‘, ‘Tue‘, ‘Wed‘, ‘Thu‘, ‘Fri‘, ‘Sat‘, ‘Sun‘],

axisTick: { show:false // alignWithLabel: true } } ],

yAxis : [ { type : ‘value‘, axisTick:{ show:false //不显示y轴刻度 },

splitLine:{ show:true, lineStyle:{ type:‘dashed‘//设置背景为虚线 } } } ],

series : [ { name:‘直接访问‘, type:‘bar‘, barWidth: ‘60%‘, data:[10, 52, 200, 334, 390, 330, 220],

silent:false, animation:false, markArea:{ silent:false, animation:false }, markPoint:{ silent:false },

label: { normal: { show: true,//显示柱条值 position: ‘top‘, textStyle:{ color:‘black‘//柱条顶部文字颜色 } } },

itemStyle:{ emphasis:{ color:[‘white‘]//鼠标悬停在柱条上时变色 },

normal:{ borderWidth:8, barBorderRadius:10,//柱条圆角弧度 } }, } ] };

以上是关于echarts柱状图修改背景线为网格线去掉刻度标签鼠标悬停在柱条上时变色柱条圆角弧度的主要内容,如果未能解决你的问题,请参考以下文章

echarts 原形柱状图去掉标示线?

求助大神,怎么去掉echarts中y轴,但是保留y轴坐标值和网格线

用echarts画柱状图怎么去掉y轴上的坐标

echarts 怎样去掉白色边框线 和怎样去除背景中的网格

Excel技巧--图表添加平均线为指标

echarts-去掉垂直网格线