前端ECharts本页总览ECharts1、设置坐标轴的刻度 xAxis: [ // 第一个 x 轴 { // ..... max: 100, // y 轴的最大值 min: 0, // y 轴的最小值 interval: 10 }]