-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add units to number visualization (#21339)
* Add a feature flag which hides the Executive Dashboard from the user. * Revert "Add a feature flag which hides the Executive Dashboard from the user." This reverts commit 2bee266. * Add units to number visualization * Add units to trend component. Add to _getPrettifiedValue support of negative values * Show current value unit * fix tests. remove unnecessary variable * add changelog * fix linter error --------- Co-authored-by: Dennis Oelkers <[email protected]>
- Loading branch information
1 parent
5f57208
commit a2613aa
Showing
4 changed files
with
85 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type = "a" | ||
message = "Add unit handling to a single number widget" | ||
|
||
issues = ["20965"] | ||
pulls = ["21339"] |
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