diff --git a/core/core-frontend/src/components/icon-group/chart-list.ts b/core/core-frontend/src/components/icon-group/chart-list.ts index 63653c6..d3c1120 100644 --- a/core/core-frontend/src/components/icon-group/chart-list.ts +++ b/core/core-frontend/src/components/icon-group/chart-list.ts @@ -76,6 +76,7 @@ const iconChartMap = { 'percentage-bar-stack': percentageBarStack, 'pie-donut-rose': pieDonutRose, 'pie-donut': pieDonut, + 'pie-proportion': pieDonut, 'pie-rose': pieRose, pie: pie, 'progress-bar': progressBar, diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 4139880..8f64bfe 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -1440,6 +1440,7 @@ export default { chart_area_stack: 'Stacked line chart', chart_pie: 'Pie chart', chart_pie_donut: 'Ring chart', + chart_pie_proportion: 'Ring proportion chart', chart_pie_rose: 'Rose chart', chart_pie_donut_rose: 'Rose ring chart', chart_funnel: 'Funnel chart', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 07d8584..ee26a80 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -1402,6 +1402,7 @@ export default { chart_area_stack: '堆疊折線圖', chart_pie: '餅圖', chart_pie_donut: '環形圖', + chart_pie_proportion: '环形占比图', chart_pie_rose: '玫瑰圖', chart_pie_donut_rose: '玫瑰環形圖', chart_funnel: '漏斗圖', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 1df455d..7ba761e 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1407,6 +1407,7 @@ export default { chart_area_stack: '堆叠折线图', chart_pie: '饼图', chart_pie_donut: '环形图', + chart_pie_proportion: '环形占比图', chart_pie_rose: '玫瑰图', chart_pie_donut_rose: '玫瑰环形图', chart_funnel: '漏斗图', diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/ColorSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/ColorSelector.vue index cb7ad28..951e5c3 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/ColorSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/ColorSelector.vue @@ -92,7 +92,7 @@ init()