File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,26 +5,28 @@ import getVueDataUiConfig from "../src/getVueDataUiConfig";
55describe ( 'getVueDataUiConfig' , ( ) => {
66
77 const components = [
8+ "heatmap" ,
89 '3d_bar' ,
10+ 'accordion' ,
911 'age_pyramid' ,
1012 'annotator' ,
1113 'candlestick' ,
1214 'chestnut' ,
15+ 'cursor' ,
1316 'dashboard' ,
1417 'digits' ,
1518 'donut' ,
16- 'donut' ,
1719 'donut_evolution' ,
1820 'galaxy' ,
1921 'gauge' ,
20- "heatmap" ,
2122 'kpi' ,
2223 'mini_loader' ,
2324 'molecule' ,
2425 'mood_radar' ,
2526 'nested_donuts' ,
2627 'onion' ,
2728 'quadrant' ,
29+ 'quick_chart' ,
2830 'radar' ,
2931 'rating' ,
3032 'relation_circle' ,
@@ -33,19 +35,21 @@ describe('getVueDataUiConfig', () => {
3335 'screenshot' ,
3436 'skeleton' ,
3537 'smiley' ,
38+ 'spark_trend' ,
3639 'sparkbar' ,
3740 'sparkgauge' ,
3841 'sparkhistogram' ,
3942 'sparkline' ,
4043 'sparkstackbar' ,
4144 'table' ,
45+ 'table_heatmap' ,
4246 'table_sparkline' ,
4347 'thermometer' ,
4448 'tiremarks' ,
4549 'vertical_bar' ,
4650 'waffle' ,
4751 'wheel' ,
48- 'xy'
52+ 'xy' ,
4953 ]
5054
5155 components . forEach ( component => {
You can’t perform that action at this time.
0 commit comments