echarts-bot[bot] commented on issue #17773:
URL: https://github.com/apache/echarts/issues/17773#issuecomment-1279878714

   @FollowTheCause4 It seems you are not using English, I've helped translate 
the content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Bug] The interval in axisTick controls the hidden anomalies of tick marks
   
   **BODY**
   
   ### Version
   
   5.3.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   When using interval, use true or false to control the display and hide of 
tick marks, the actual situation is different from the preset situation
       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, tick marks appear, false, tick marks do not appear
   
   ### Expected Behavior
   
   true or false can directly and correctly control the display and hide of the 
tick marks
   
   ### Environment
   
   ````markdown
   - OS:
   - Browser:
   - Framework:
   ````
   
   
   ### Any additional comments?
   
   When the number of true is small or in the first place, there will be 
abnormal scenarios
   
![image](https://user-images.githubusercontent.com/115908615/196015771-285270f3-0a5a-4ffb-bcc9-0e4bec9e23e3.png)
   true unknown appears incorrect
   
![image](https://user-images.githubusercontent.com/115908615/196015828-587ed342-3a49-4199-b6f2-23439c4b2166.png)
   </details>


-- 
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

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