浏览代码

修改echarts->max问题202107211456

fanghuisheng 4 年之前
父节点
当前提交
ff4f07337f
共有 4 个文件被更改,包括 0 次插入3 次删除
  1. 二进制
      dist.zip
  2. 0 2
      src/views/site/components/Overview/histTrendChart.vue
  3. 0 1
      src/views/site/components/Overview/realTimeChart.vue
  4. 0 0
      test/js/app.js

二进制
dist.zip


+ 0 - 2
src/views/site/components/Overview/histTrendChart.vue

@@ -81,7 +81,6 @@ export default {
           }
         }
       });
-      // console.log(data, dataAll);
 
       option = {
         color: ["#FEB70D", "#50F335", "#0DC8FE"],
@@ -129,7 +128,6 @@ export default {
             color: "#fff",
             fontSize: 10,
           },
-          max: 1, //设置左侧最大值
           type: "value",
           axisTick: {
             show: false, //去除刻度线

+ 0 - 1
src/views/site/components/Overview/realTimeChart.vue

@@ -105,7 +105,6 @@ export default {
             color: "#fff",
             fontSize: 10,
           },
-          max: 1, //设置左侧最大值
           type: "value",
           axisTick: {
             show: false, //去除刻度线

文件差异内容过多而无法显示
+ 0 - 0
test/js/app.js


部分文件因为文件数量过多而无法显示