Showing
1 changed file
with
4 additions
and
4 deletions
@@ -261,17 +261,17 @@ layui.define(['common', 'admin', 'echarts', 'common', 'table', 'sessions'], func | @@ -261,17 +261,17 @@ layui.define(['common', 'admin', 'echarts', 'common', 'table', 'sessions'], func | ||
261 | } | 261 | } |
262 | } | 262 | } |
263 | ], | 263 | ], |
264 | - //start x轴拖动 lsq 2022-03-10 | 264 | + //x轴拖动 |
265 | dataZoom: [ | 265 | dataZoom: [ |
266 | { | 266 | { |
267 | + show: id == 'more_notice' ? true : false, | ||
267 | type: "slider", | 268 | type: "slider", |
268 | realtime: true, //拖动滚动条时是否动态的更新图表数据 | 269 | realtime: true, //拖动滚动条时是否动态的更新图表数据 |
269 | height: 25, //滚动条高度 | 270 | height: 25, //滚动条高度 |
270 | - start: 5, //滚动条开始位置(共100等份) | ||
271 | - end: 55 //结束位置(共100等份) | 271 | + start: 0, //滚动条开始位置(共100等份) |
272 | + end: 12 //结束位置(共100等份)//lsq x轴缩放距离调整 2022-05-25 | ||
272 | } | 273 | } |
273 | ], | 274 | ], |
274 | - //end lsq 2022-03-10 | ||
275 | }; | 275 | }; |
276 | myChart.setOption(option) | 276 | myChart.setOption(option) |
277 | } | 277 | } |
-
Please register or login to post a comment