Hi Peter,
I’ve done that already. I setted the minorTicksInterval to 1, but when the interval is very long, it doesn’t step one-by-one. I was debugging the code and realized that in these cases, the values of “_ticksArray” and “_valuesArray” are not created properly. The amount of “rangeSelectorMinorTicks” in the HTML code are generated correctly, on the other hand, the amount of values in the internal array are not the same. Would you please check this situation?
In my case for instance,
Video lenght: 00:21:01 (1262 seconds)
It should generate 1262 ticks, correct? But it was only generated 768 indexes in the internal array. Thus, some seconds can not be achieved in the range. Am I right?
Best regards,
Thanks