-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(dashboards): Remove usage of
BigNumberWidget
from Dashboards (#…
…86219) Small one. It used to be the case that we hoped to use `BigNumberWidget` everywhere, but we're moving to a different API, where `WidgetLayout` and the visualization are composed on a case-by-case basis. Because of this, the conditional that renders `BigNumberWidget` in `WidgetCard` is not needed at all! That piece of the conditional just re-implements the logic inside `WidgetChartChart` and `WidgetCardChartContainer` anyway.
- Loading branch information
Showing
2 changed files
with
37 additions
and
95 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