echarts柱状图给y轴最⼤值加横线
option = {
color: ['#3398DB'],谷雨文案短句
tooltip : {
trigger: 'axis',
axisPointer : {            // 坐标轴指⽰器,坐标轴触发有效
type : 'shadow'        // 默认为直线,可选为:'line' | 'shadow'
立陶宛回应中方降级外交关系}
},
grid: {周迅绯闻男友
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
xAxis : [
{
type : 'category',
data : ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
axisTick: {
alignWithLabel: true
}
}
],
yAxis : [
{
type : 'value'韩国女明星
}
],
series : [
{
name:'直接访问',
type:'bar',
markLine: {
symbol: ['none', 'none'],//去掉箭头
itemStyle: {
normal: {
lineStyle: {
width: 1.5,
type: 'dashed',
color:'#666666'
},
label: {
color:'#666666',
show: true,
position:'end'
58发布
}
}
},
data: [{
type: 'max'
},]
},
barWidth: '60%',
data:[10, 52, 200, 334, 390, 330, 220]
小爸爸穿帮镜头}
]
};