-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed as not planned
Labels
bugpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.
Description
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]
}
}

Current Behavior
interval:为true,刻度线出现,为false,刻度线不出现
Expected Behavior
true or false 可以直接且正确的控制刻度线的显隐
Environment
- OS:
- Browser:
- Framework:Any additional comments?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.

