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 05a6a4d7df..fd70f29ec7 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 @@ -276,7 +276,7 @@ watch( title="大小" > { batchOptChange('customStyle', 'yAxis', val, prop) } +const onIndicatorChange = (val, prop) => { + batchOptChange('customAttr', 'indicator', val, prop) +} + +const onIndicatorNameChange = (val, prop) => { + batchOptChange('customAttr', 'indicatorName', val, prop) +} + const onChangeMiscStyleForm = (val, prop) => { batchOptChange('customStyle', 'misc', val, prop) }