[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:
Grace Guo
2017-11-17 16:34:53 -08:00
committed by GitHub
parent a82bb588f4
commit 831cd21737
4 changed files with 12 additions and 3 deletions

View File

@@ -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,
};
}