OptionalcountApproximate number of ticks you want to render. If you supply your own ticks using the values prop this prop has no effect.
OptionalvaluesThe values prop should be an array of unique numbers. Use this prop if you want to specify your own tick values instead of ticks generated by the slider. The numbers should be valid numbers in the domain and correspond to the step value. Invalid values will be coerced to the closet matching value in the domain.
A function to render the ticks. The function receives an object with an array of ticks. Note:
getEventDatacan be called with an event and get the value and percent at that location (used for tooltips etc).activeHandleIDwill be a string or null. Function signature:({ getEventData, activeHandleID, ticks }): element