Karsa 11 月之前
父节点
当前提交
22f077c1b5
共有 1 个文件被更改,包括 0 次插入11 次删除
  1. 0 11
      src/views/ppt_manage/mixins/pptMixins.js

+ 0 - 11
src/views/ppt_manage/mixins/pptMixins.js

@@ -1147,17 +1147,6 @@ export default {
           color,
           color,
         })
         })
       }
       }
-    },
-
-    /* 纵轴刻度也要显示多点...  取极值计算吧.. */
-    handleTickInterval(yItem) {
-      console.log(yItem)
-      const { max,min,visible } = yItem;
-
-      if(!visible) return undefined
-      
-      let tickInterval = Math.ceil((max - min)/6)
-      return tickInterval
     }
     }
   },
   },
   mounted(){
   mounted(){