Set the minimum value, that is, if the minimum value write "95%", there would be no problem, but shows the y axis calibration, echarts version for 4.9.0
YAxis: [
{
Type: 'value',
Min: 95,
Max: 100,
SplitLine: {
//grid lines
Graphics.linestyle: {
Type: 'dashed dotted//set the grid line type: the dotted solid, solid lines
},
Show: true//hide or show
},
AxisTick: {
Show: false
},
AxisLine: {
Graphics.linestyle: {
Color: '# D3D3D3'
}
},
AxisLabel: {
Color: # 98 a5bb,
The formatter: '{value} %'
}
}
],