diff --git a/core/core-frontend/src/models/chart/chart-attr.d.ts b/core/core-frontend/src/models/chart/chart-attr.d.ts index 77065335b0..cd2f745c11 100644 --- a/core/core-frontend/src/models/chart/chart-attr.d.ts +++ b/core/core-frontend/src/models/chart/chart-attr.d.ts @@ -710,6 +710,8 @@ declare interface MapCfg { * 象限属性 */ declare interface QuadrantAttr { + xBaseline?: number + yBaseline?: number lineStyle: QuadrantLineStyle regionStyle: QuadrantCommonStyle[] labels: QuadrantLabelConf[] diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/QuadrantSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/QuadrantSelector.vue index 0ca30cc76b..aa1e548edc 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/QuadrantSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/QuadrantSelector.vue @@ -1,8 +1,13 @@