diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyleBatchSet.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyleBatchSet.vue index dfac95cae8..ad5d09bbfb 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyleBatchSet.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyleBatchSet.vue @@ -130,6 +130,7 @@ const batchOptChange = (custom, property, value, subProp?) => { value: value, subProp: subProp }) + snapshotStore.recordSnapshotCache('renderChart') } const onStyleAttrChange = params => {