mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
add frontend logging utility function (#4226)
add loading log for dash and exploreview breakdown whole page load action to multiple charts loading events and render events
This commit is contained in:
@@ -55,6 +55,11 @@ export default function chartReducer(charts = {}, action) {
|
||||
chartAlert: t('Updating chart was stopped'),
|
||||
};
|
||||
},
|
||||
[actions.CHART_RENDERING_SUCCEEDED](state) {
|
||||
return { ...state,
|
||||
chartStatus: 'rendered',
|
||||
};
|
||||
},
|
||||
[actions.CHART_RENDERING_FAILED](state) {
|
||||
return { ...state,
|
||||
chartStatus: 'failed',
|
||||
|
||||
Reference in New Issue
Block a user