}, },
echarts坐标轴指示器保留小数点
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'cross',
crossStyle: {
color: '#999'
},
label:{
precision:0 //保留多少位
}
}, },
}, },