This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dynamic tooltip variants chart (#4358)
* feat(variants): dynamic tooltip variants chart - Tooltip has a dynamic width and columns layout - Filtering out zero values from tooltip - Show zero value when an option is selected * fix: renamed variables and added extra checks - Renamed count to amount for variable names - Added .length to variable so it can be used directly for checking lengths - Updated zero values check, so it also check for null/undefined/NaN - Reduced statement complexity and removed redundant check
- Loading branch information
1 parent
76eee5d
commit 6dc9797
Showing
2 changed files
with
38 additions
and
13 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
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