-
-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(slider): improve slider variants and gapratio
This PR enhances the slider component, so it - fixes some slider issues - tick color on inverted variant - tick position on vertical variant - wrong gapratio calculation when calculated number of labels is a prime number - adds internal caching of otherwise often repeated calculations - improves labelType "letter" option, - which now supports a custom letter string or array (was hardcoded before) - "increases" the letters in case more labels than given letters are needed (like the columns of a spreadsheet) - adds another variant vertical right aligned - adds an optional value fixed for autoAdjustLabels - adds another option highlightRange to slightly highlight the selected area range - supports the usage of ui label
- Loading branch information
Showing
4 changed files
with
255 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.