feat:视图根据图表类型分类

This commit is contained in:
junjie
2021-11-08 17:57:38 +08:00
parent 51799d610a
commit 708e2098ab
6 changed files with 671 additions and 365 deletions

View File

@@ -957,7 +957,19 @@ export default {
chart_word_cloud: 'Word Cloud',
drag_block_word_cloud_label: 'Word Label',
drag_block_word_cloud_size: 'Word Size',
splitCount_less_100: 'Split Count Range 0-100'
splitCount_less_100: 'Split Count Range 0-100',
change_chart_type: 'Change Type',
chart_type_table: 'Table',
chart_type_quota: 'Quota',
chart_type_trend: 'Trend',
chart_type_compare: 'Compare',
chart_type_distribute: 'Distribute',
chart_type_relation: 'Relation',
chart_type_space: 'Space',
preview: 'Preview',
next: 'Next',
select_dataset: 'Select Dataset',
select_chart_type: 'Select Chart Type'
},
dataset: {
sheet_warn: 'There are multiple sheet pages, and the first one is extracted by default',

View File

@@ -958,7 +958,19 @@ export default {
chart_word_cloud: '詞雲',
drag_block_word_cloud_label: '詞標簽',
drag_block_word_cloud_size: '詞大小',
splitCount_less_100: '刻度數範圍0-100'
splitCount_less_100: '刻度數範圍0-100',
change_chart_type: '更改類型',
chart_type_table: '表格',
chart_type_quota: '指標',
chart_type_trend: '趨勢',
chart_type_compare: '比較',
chart_type_distribute: '分布',
chart_type_relation: '關系',
chart_type_space: '空間位置',
preview: '上一步',
next: '下一步',
select_dataset: '選擇數據集',
select_chart_type: '選擇圖表類型'
},
dataset: {
sheet_warn: '有多個 Sheet 頁,默認抽取第一個',

View File

@@ -961,7 +961,19 @@ export default {
chart_word_cloud: '词云',
drag_block_word_cloud_label: '词标签',
drag_block_word_cloud_size: '词大小',
splitCount_less_100: '刻度数范围0-100'
splitCount_less_100: '刻度数范围0-100',
change_chart_type: '更改类型',
chart_type_table: '表格',
chart_type_quota: '指标',
chart_type_trend: '趋势',
chart_type_compare: '比较',
chart_type_distribute: '分布',
chart_type_relation: '关系',
chart_type_space: '空间位置',
preview: '上一步',
next: '下一步',
select_dataset: '选择数据集',
select_chart_type: '选择图表类型'
},
dataset: {
sheet_warn: '有多个 Sheet 页,默认抽取第一个',