Merge pull request #777 from dataease/pr@dev@feat_ds_ext_yaxis

feat(视图): 组合图双y轴
This commit is contained in:
XiaJunjie2020 2021-09-07 11:45:29 +08:00 committed by GitHub
commit 2bcb9e8a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -859,8 +859,8 @@ export default {
table_info_switch: 'Switch detail table will clear dimensions',
drag_block_value_axis_main: 'Main Axis Value',
drag_block_value_axis_ext: 'Ext Axis Value',
yAxis_main: 'Main Axis',
yAxis_ext: 'Ext Axis'
yAxis_main: 'Main Vertical Axis',
yAxis_ext: 'Ext Vertical Axis'
},
dataset: {
sheet_warn: 'There are multiple sheet pages, and the first one is extracted by default',

View File

@ -858,8 +858,8 @@ export default {
table_info_switch: '明細表切換將清空維度',
drag_block_value_axis_main: '主軸值',
drag_block_value_axis_ext: '副軸值',
yAxis_main: '主軸',
yAxis_ext: '副軸'
yAxis_main: '主軸',
yAxis_ext: '副軸'
},
dataset: {
sheet_warn: '有多個sheet頁面默認抽取第一個',

View File

@ -858,8 +858,8 @@ export default {
table_info_switch: '明细表切换将清空维度',
drag_block_value_axis_main: '主轴值',
drag_block_value_axis_ext: '副轴值',
yAxis_main: '主轴',
yAxis_ext: '副轴'
yAxis_main: '主轴',
yAxis_ext: '副轴'
},
dataset: {
sheet_warn: '有多个 Sheet 页,默认抽取第一个',