11
+
diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/CustomColorStyleSelect.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/CustomColorStyleSelect.vue
index 354b16c..8b592bc 100644
--- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/CustomColorStyleSelect.vue
+++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/CustomColorStyleSelect.vue
@@ -158,7 +158,6 @@ const switchSeriesColor = (seriesColor, index) => {
}
})
}
-
const changeSeriesColor = () => {
// 选中颜色 seriesColorState.curSeriesColor.color
let changed = false
@@ -176,6 +175,9 @@ const changeSeriesColor = () => {
changeBasicStyle(seriesColorName.value)
}
}
+const changeproportionBackgroundColor = () => {
+ changeBasicStyle('proportionBackgroundColor')
+}
watch(
[
() => props.chart,
@@ -327,6 +329,7 @@ const colorItemBorderColor = (index, state) => {
@select-color-case="selectColorCase"
/>
+
{
- {{ item.name }}
+ {{ item.name }}
+
+