As per the documentation for EuiRange:
Maximum of 20 ticks allowed
Spacing can get quite cramped with lots of ticks so we max out the number to 20.
While this is a fine limit in general, hardcoding it seems unnecessarily limiting. I'm working on a project with very wide range sliders (think full screen width) with very narrow ticks (labels are 1 character each), and it could easily fit many many more than 20 ticks that way.
Additionally, a hardcoded limit of 20 doesn't really help when the sliders is very short.
As such, I'd like to request an option to override this limit.
As per the documentation for EuiRange:
While this is a fine limit in general, hardcoding it seems unnecessarily limiting. I'm working on a project with very wide range sliders (think full screen width) with very narrow ticks (labels are 1 character each), and it could easily fit many many more than 20 ticks that way.
Additionally, a hardcoded limit of 20 doesn't really help when the sliders is very short.
As such, I'd like to request an option to override this limit.