mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
[dashboard bug]Instant control should take effect instantly (#3890)
in explore view, controls like color cheme, legend, rich tooltip, etc., change these controls should see effect instantly, without click Run Query.
This commit is contained in:
@@ -12,10 +12,10 @@ function mapStateToProps({ charts }, ownProps) {
|
||||
chartUpdateEndTime: chart.chartUpdateEndTime,
|
||||
chartUpdateStartTime: chart.chartUpdateStartTime,
|
||||
latestQueryFormData: chart.latestQueryFormData,
|
||||
lastRendered: chart.lastRendered,
|
||||
queryResponse: chart.queryResponse,
|
||||
queryRequest: chart.queryRequest,
|
||||
triggerQuery: chart.triggerQuery,
|
||||
triggerRender: chart.triggerRender,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user