Showing
1 changed file
with
10 additions
and
5 deletions
@@ -10,8 +10,7 @@ export const hideAsideComponentsObj = { | @@ -10,8 +10,7 @@ export const hideAsideComponentsObj = { | ||
10 | ], | 10 | ], |
11 | Lines: [ | 11 | Lines: [ |
12 | 'VLineCommon', //折线图 | 12 | 'VLineCommon', //折线图 |
13 | - 'VLineGradients', //双折线渐变面积图 | ||
14 | - // 'ExternalVCOverrideLineGradients' //重写双折线渐变面积图 | 13 | + 'VLineGradients' //双折线渐变面积图 |
15 | ], | 14 | ], |
16 | Pies: [ | 15 | Pies: [ |
17 | 'VPieCircle' //饼图-环形 | 16 | 'VPieCircle' //饼图-环形 |
@@ -32,13 +31,17 @@ export const hideAsideComponentsObj = { | @@ -32,13 +31,17 @@ export const hideAsideComponentsObj = { | ||
32 | 'VTextBarrage', //弹幕文字 | 31 | 'VTextBarrage', //弹幕文字 |
33 | 'VTextCommon' //文字 | 32 | 'VTextCommon' //文字 |
34 | ], | 33 | ], |
34 | + Inputs: [ | ||
35 | + 'VInputsTab', //标签选择器 | ||
36 | + // 'VInputsSelect', //下拉选择器 | ||
37 | + 'VInputsDate' //日期选择器 | ||
38 | + ], | ||
35 | all: [ | 39 | all: [ |
36 | 'VBarCommon', //柱状图 | 40 | 'VBarCommon', //柱状图 |
37 | 'VLineCommon', //折线图 | 41 | 'VLineCommon', //折线图 |
38 | 'VLineLinearSingle', //单折线渐变图 | 42 | 'VLineLinearSingle', //单折线渐变图 |
39 | 'VLineGradientSingle', //单折线渐变面积图 | 43 | 'VLineGradientSingle', //单折线渐变面积图 |
40 | 'VLineGradients', //双折线渐变面积图 | 44 | 'VLineGradients', //双折线渐变面积图 |
41 | - // 'ExternalVCOverrideLineGradients', //重写双折线渐变面积图 | ||
42 | 'VPieCircle', //饼图-环形 | 45 | 'VPieCircle', //饼图-环形 |
43 | 'VMapBase', //地图(可选省份) | 46 | 'VMapBase', //地图(可选省份) |
44 | 'VProcess', //NaiveUI-进度 | 47 | 'VProcess', //NaiveUI-进度 |
@@ -47,8 +50,10 @@ export const hideAsideComponentsObj = { | @@ -47,8 +50,10 @@ export const hideAsideComponentsObj = { | ||
47 | 'VTextCommon', //文字 | 50 | 'VTextCommon', //文字 |
48 | 'VVideo', //视频 | 51 | 'VVideo', //视频 |
49 | 'VIframe', //远程网页 | 52 | 'VIframe', //远程网页 |
50 | - // 'VImage', //图片 | ||
51 | 'VImageCarousel', //轮播图 | 53 | 'VImageCarousel', //轮播图 |
52 | - 'VWaterPolo' //水球图 | 54 | + 'VWaterPolo', //水球图 |
55 | + 'VInputsTab', //标签选择器 | ||
56 | + 'VInputsSelect', //下拉选择器 | ||
57 | + 'VInputsDate' //日期选择器 | ||
53 | ] | 58 | ] |
54 | } | 59 | } |