-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] gauge chart: allow formulas in gauge config
This commit adds the possibility to use formulas to configure the gauge chart min/max ranges and the threshold values. This make it so we cannot rely on allowDispatch now to check that the values are number, because the only implemented allowDispatch of charts is core (so no evaluation). The panel will try to filter the non-number values, but they could change to non-number afterwards. In that case: - the non-number thresholds will be dropped - the chart will display an error if the range min/max is not a number Task: 4236214
- Loading branch information
1 parent
c79b70d
commit f76c9cb
Showing
5 changed files
with
275 additions
and
58 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.