diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue index 7b1acad619..72ce13bb49 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue @@ -205,6 +205,15 @@ const onBackgroundChange = (val, prop) => { state.initReady && emit('onBackgroundChange', val, prop) } +const onActiveChange = val => { + state.initReady && + emit('onStyleAttrChange', { + custom: 'style', + property: 'active', + value: commonBorderPop.value.borderActive + }) +} + const onStyleAttrChange = ({ key, value }) => { state.initReady && emit('onStyleAttrChange', { custom: 'style', property: key, value: value }) } @@ -338,9 +347,9 @@ watch(