-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Changes needed for dh.ui databars - Support for extracting data in viewport columns not listed in `table.columns`. This allows us to hide the aggregation columns for databars from the user but still get their data. If a column is not in `table.columns` then it will be added to viewport data via its name instead of model index - Improved gradient rendering to be much more efficient - Fixed opacity being ignored if a gradient was used - Fixed some of the databar spacing (was 1px off center) - Modified `colorValueStyle` to have overrides so if we pass a string we don't get back `string | undefined` when we know we'll get a string - Modified `resolveCssVariablesInRecord` to always resolve CSS colors regardless of if they contain a variable Co-authored-by: Matthew Runyon <[email protected]>
- Loading branch information
1 parent
a411f25
commit d8f667a
Showing
11 changed files
with
136 additions
and
196 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
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.