You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the close button on the filter is clicked, it strips off all the custom variables in the url and sets the url to the default for the dashboard
The rest of the urls on the dashboard have already been created with those custom variables included, so when we switch the dashboard, it reapplies the custom Time filter. Please see the below video for the demo.
index.js:1437 Warning: Failed prop type: Invalid prop deleteIconStyle of type string supplied to Chip, expected object.
in Chip (at Chips.js:18)
in Chips (at FiltersToolBar/index.js:417)
in li (at FiltersToolBar/index.js:416)
in ul (at FiltersToolBar/index.js:430)
in div (at FiltersToolBar/index.js:429)
in FiltersToolBarView (created by Context.Consumer)
in Connect(FiltersToolBarView) (at Dashboard/index.js:204)
in div (at Dashboard/index.js:201)
in DashboardView (created by Context.Consumer)
in Connect(DashboardView) (created by Route)
in Route (at App.js:18)
in div (at AppContainer.js:62)
in div (at AppContainer.js:59)
in div (at AppContainer.js:79)
in MuiThemeProvider (at AppContainer.js:78)
in AppContainerView (created by Context.Consumer)
in Connect(AppContainerView) (at App.js:16)
in MuiThemeProvider (at App.js:15)
in App (at src/index.js:15)
in Router (created by ConnectedRouter)
in ConnectedRouter (created by Context.Consumer)
in ConnectedRouterWithContext (created by Context.Consumer)
in Connect(ConnectedRouterWithContext) (at src/index.js:14)
in Provider (at src/index.js:13)
Hi Bharat,
As discussed with Natalia, please assign all the issues reported in visualization-framework.
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@natabal
Add support for custom filters #814.