diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue
index 551b22d8f2..9eaebe297e 100644
--- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue
+++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue
@@ -896,34 +896,6 @@ onMounted(() => {
%
-
{
- return getAxisList()
+ const l = getAxisList()
+ console.log(l)
+ return l
})
const summaryTypes = [
{ key: 'sum', name: t('chart.sum') },
@@ -151,7 +153,7 @@ onMounted(() => {
v-for="c in computedAxis"
:key="c.dataeaseName"
:value="c.dataeaseName"
- :label="c.chartShowName ?? c.description"
+ :label="c.chartShowName ?? c.name"
/>