FollowTheCause4 opened a new issue, #17773:
URL: https://github.com/apache/echarts/issues/17773

   ### Version
   
   5.3.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   在使用interval时,使用true or false 控制刻度线的显隐,实际出现情况与预设情况不同
       axisTick: {
         length: 50,
         interval: index=> {
           const checkLst = [true, false, false,true, false, false, false, 
false]
           return checkLst[index]
         }
       }
   
![image](https://user-images.githubusercontent.com/115908615/196015638-2b422a54-77f9-4106-8884-77e501e5c6ea.png)
   
   
   ### Current Behavior
   
   interval:为true,刻度线出现,为false,刻度线不出现
   
   ### Expected Behavior
   
   true or false 可以直接且正确的控制刻度线的显隐
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   当true的数量较少或者在首位的时候,会出现异常场景
   
![image](https://user-images.githubusercontent.com/115908615/196015771-285270f3-0a5a-4ffb-bcc9-0e4bec9e23e3.png)
   true的未知出现的不正确
   
![image](https://user-images.githubusercontent.com/115908615/196015828-587ed342-3a49-4199-b6f2-23439c4b2166.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to