refactor(图表): 图表分类和名称优化

This commit is contained in:
wisonic-s 2024-05-27 12:17:32 +08:00
parent 72b6478f8c
commit d813f9d41e

View File

@ -679,11 +679,11 @@ export default {
chart_bar: '基础柱状图',
chart_bar_stack: '堆叠柱状图',
chart_percentage_bar_stack: '百分比柱状图',
chart_bar_horizontal: '横向柱状',
chart_bar_stack_horizontal: '横向堆叠柱状',
chart_percentage_bar_stack_horizontal: '横向百分比柱状',
chart_bar_horizontal: '基础条形',
chart_bar_stack_horizontal: '堆叠条形',
chart_percentage_bar_stack_horizontal: '百分比条形',
chart_bar_range: '区间条形图',
chart_bidirectional_bar: '对称柱状',
chart_bidirectional_bar: '对称条形',
chart_progress_bar: '进度条',
chart_line: '基础折线图',
chart_area_stack: '堆叠折线图',
@ -850,7 +850,7 @@ export default {
chart_type_table: '表格',
chart_type_quota: '指标',
chart_type_trend: '线/面图',
chart_type_compare: '',
chart_type_compare: '/',
chart_type_distribute: '分布图',
chart_type_relation: '关系图',
chart_type_dual_axes: '双轴图',