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

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

true unknown appears incorrect

</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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]