// echarts的grid属性 主要就是containLabel这个属性的配置 不设置的话他默认是false, 主要是包含是否包含刻度标签 grid: { left: "5%", right: "10%", bottom: "10%", top: "10%", containLabel: true },