You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If several markers are specified, then the intervals between them are distributed according to the number of points. I would like to be able to pass a prop that will distribute point intervals evenly
Additional context
Now it works like this:
What i want:
Count of dots between 0 - 3 is 30. Between 3 - 5 is 20. I want the intervals to take the same space and and all dots must to be selectable
The text was updated successfully, but these errors were encountered:
Describe the feature
Add the ability to evenly distribute intervals.
Describe the solution
If several markers are specified, then the intervals between them are distributed according to the number of points. I would like to be able to pass a prop that will distribute point intervals evenly
Additional context
Now it works like this:
![Снимок экрана 2023-07-27 в 15 17 46](https://private-user-images.githubusercontent.com/57902455/256533380-d08f8f6d-2b07-4536-8646-9fde76b66dcd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjM0ODYsIm5iZiI6MTczOTU2MzE4NiwicGF0aCI6Ii81NzkwMjQ1NS8yNTY1MzMzODAtZDA4ZjhmNmQtMmIwNy00NTM2LTg2NDYtOWZkZTc2YjY2ZGNkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE5NTk0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJhZmE5ZWNiODViZWU2ODJiZDg0ZjY0NmRmZTk5NDhmNzNkMDBlZDNjMTMzMmI2ZTMyMWFkOWRkNjhmMTgyNzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.SSkfeuS3YMsqwBd-wJwBG2KufFZ2cb7NGw94duxoZg8)
What i want:
![Снимок экрана 2023-07-27 в 15 21 32](https://private-user-images.githubusercontent.com/57902455/256534286-7553071a-e13b-4fd2-b6b0-b3cdce1937cc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjM0ODYsIm5iZiI6MTczOTU2MzE4NiwicGF0aCI6Ii81NzkwMjQ1NS8yNTY1MzQyODYtNzU1MzA3MWEtZTEzYi00ZmQyLWI2YjAtYjNjZGNlMTkzN2NjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE5NTk0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc5N2FkNDdmMWYyMDkxNTIyNDY2MTFiYmE1ZjNiMDM5MDEyNmI0N2U0MWUzODNkMmYzOTU0NjI1ZTk5NDdkNzkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.74SF26ddxq8-801RLzjXmIJHo9GrmFFvJL4c-aJDK0c)
Count of dots between 0 - 3 is 30. Between 3 - 5 is 20. I want the intervals to take the same space and and all dots must to be selectable
The text was updated successfully, but these errors were encountered: