forked from github/dataease
feat(视图): 新增分组柱状图
This commit is contained in:
parent
583b108cb9
commit
2156dc623e
1
frontend/src/icons/svg/bar-group.svg
Normal file
1
frontend/src/icons/svg/bar-group.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg t="1659425757877" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1494" width="200" height="200"><path d="M98.679348 886.904679h40.108146V227.161179h-40.108146v659.7435z" p-id="1495"></path><path d="M139.408638 886.904679h40.108145V454.322357h-40.108145v432.582322z" p-id="1496"></path><path d="M180.226662 886.904679h40.108146V556.988562h-40.108146v329.916117z" p-id="1497"></path><path d="M220.955951 886.904679h40.108146V670.569151h-40.108146v216.335528z" p-id="1498"></path><path d="M316.660021 886.894031h40.108145v-701.715078h-40.108145v701.715078z" p-id="1499"></path><path d="M357.38931 886.894031h40.108146v-262.211438h-40.108146v262.211438z" p-id="1500"></path><path d="M398.207334 886.894031h40.108146v-404.808319h-40.108146v404.808319z" p-id="1501"></path><path d="M438.936624 886.894031h40.108145v-131.061352h-40.108145v131.061352z" p-id="1502"></path><path d="M544.557698 886.923314h40.108146v-517.32409h-40.108146v517.32409z" p-id="1503"></path><path d="M585.286988 886.923314h40.108145v-432.582323h-40.108145v432.582323z" p-id="1504"></path><path d="M626.105012 886.923314h40.108146v-59.984749h-40.108146v59.984749z" p-id="1505"></path><path d="M666.834302 886.923314h40.108145v-375.792028h-40.108145v375.792028z" p-id="1506"></path><path d="M762.539258 886.904679h40.108146V283.951473h-40.108146v602.953206z" p-id="1507"></path><path d="M803.268548 886.904679h40.108145V567.902946h-40.108145v319.001733z" p-id="1508"></path><path d="M844.086572 886.904679h40.108146V644.037435h-40.108146v242.867244z" p-id="1509"></path><path d="M884.815861 886.904679h40.108146v-60.339688h-40.108146v60.339688z" p-id="1510"></path><path d="M941.032929 913.612977l-5.67903-6.743847 18.279377-15.351127H75.513345v-765.426689l-15.351127 17.835702-6.743847-5.8565 26.97539-31.145927 26.088041 31.234662-6.832582 5.67903-15.262392-18.279376v757.085615H953.012132l-17.746967-15.262392 5.767764-6.743847 31.234662 26.886655z" p-id="1511"></path></svg>
|
After Width: | Height: | Size: 1.9 KiB |
@ -1275,7 +1275,9 @@ export default {
|
||||
chart_area: 'Area',
|
||||
fix: 'Fix',
|
||||
dynamic: 'Dynamic',
|
||||
gauge_size_field_delete: 'Dynamic field changed,please edit again'
|
||||
gauge_size_field_delete: 'Dynamic field changed,please edit again',
|
||||
chart_group: 'Sub Type',
|
||||
chart_bar_group: 'Bar Group'
|
||||
},
|
||||
dataset: {
|
||||
parse_filed: 'Parse Field',
|
||||
|
@ -1274,7 +1274,9 @@ export default {
|
||||
chart_area: '面積圖',
|
||||
fix: '固定值',
|
||||
dynamic: '動態值',
|
||||
gauge_size_field_delete: '動態值中字段發生變更,請重新編輯'
|
||||
gauge_size_field_delete: '動態值中字段發生變更,請重新編輯',
|
||||
chart_group: '子類別',
|
||||
chart_bar_group: '分組柱狀圖'
|
||||
},
|
||||
dataset: {
|
||||
parse_filed: '解析字段',
|
||||
|
@ -693,7 +693,7 @@ export default {
|
||||
edite_organization: '编辑组织'
|
||||
},
|
||||
system_parameter_setting: {
|
||||
mailbox_service_settings: '邮件设置',
|
||||
mailbox_service_settings: '邮件设置',
|
||||
test_connection: '测试连接',
|
||||
SMTP_host: 'SMTP主机',
|
||||
basic_setting: '基础设置',
|
||||
@ -1276,7 +1276,9 @@ export default {
|
||||
chart_area: '面积图',
|
||||
fix: '固定值',
|
||||
dynamic: '动态值',
|
||||
gauge_size_field_delete: '动态值中字段发生变更,请重新编辑'
|
||||
gauge_size_field_delete: '动态值中字段发生变更,请重新编辑',
|
||||
chart_group: '子类别',
|
||||
chart_bar_group: '分组柱状图'
|
||||
},
|
||||
dataset: {
|
||||
parse_filed: '解析字段',
|
||||
|
Loading…
Reference in New Issue
Block a user