diff --git a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/OverallSetting.vue b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/OverallSetting.vue index 42940643b5..b800240ec2 100644 --- a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/OverallSetting.vue +++ b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/OverallSetting.vue @@ -23,6 +23,21 @@ + + + + + ({ + name: ele.name, + value: ele.name + })) +) const toolTip = computed(() => { return props.themes === 'dark' ? 'ndark' : 'dark' }) @@ -271,6 +296,9 @@ const onRefreshChange = val => { } themeChange() } +const styleChange = () => { + snapshotStore.recordSnapshotCache('renderChart') +} const themeChange = (modifyName?) => { if (modifyName === 'themeColor') { diff --git a/core/core-frontend/src/components/visualization/CanvasBaseSetting.vue b/core/core-frontend/src/components/visualization/CanvasBaseSetting.vue index 194d56025f..3f44404944 100644 --- a/core/core-frontend/src/components/visualization/CanvasBaseSetting.vue +++ b/core/core-frontend/src/components/visualization/CanvasBaseSetting.vue @@ -1,6 +1,21 @@