摘要: xAxis: { type: 'category', name:"Time(S)", boundaryGap: false, data: result.xAxisArry, axisLine: { onZero: false // 重点 } }, 阅读全文
posted @ 2020-07-10 10:35 ___mouM 阅读(5530) 评论(0) 推荐(40) 编辑
摘要: mytextStyle={ color:"#333", //文字颜色 fontStyle:"normal", //italic斜体 oblique倾斜 fontWeight:"normal", //文字粗细bold bolder lighter 100 | 200 | 300 | 400... fo 阅读全文
posted @ 2020-07-10 10:26 ___mouM 阅读(1079) 评论(0) 推荐(7) 编辑
摘要: dataZoom=[ //区域缩放 { id: 'dataZoomX', show:true, //是否显示 组件。如果设置为 false,不会显示,但是数据过滤的功能还存在。 backgroundColor:"rgba(47,69,84,0)", //组件的背景颜色 type: 'slider', 阅读全文
posted @ 2020-07-10 10:11 ___mouM 阅读(1211) 评论(0) 推荐(6) 编辑