Add more precise TypeScript type for 'tickPlacement' #4161
dave-meyer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the documentation, the tickPlacement property can have one of two values, 'between' and 'on'. However, the TypeScript type of ApexXAxis.tickPlacement is string. Should we limit the type to the only two possible values? Or are there any other possible values / use cases I am not aware of?
Currently:
Possible change:
What do you guys think?
Beta Was this translation helpful? Give feedback.
All reactions