feat(viz picker): Remove some tags, refactor Recommended section (#27708)

This commit is contained in:
Kamil Gabryjelski
2024-04-03 14:04:42 +02:00
committed by GitHub
parent d318df96ae
commit c3149994ac
39 changed files with 58 additions and 101 deletions

View File

@@ -66,7 +66,6 @@ export default class EchartsAreaChartPlugin extends EchartsChartPlugin<
t('ECharts'),
t('Predictive'),
t('Advanced-Analytics'),
t('Aesthetic'),
t('Time'),
t('Line'),
t('Transformable'),

View File

@@ -76,11 +76,9 @@ export default class EchartsTimeseriesBarChartPlugin extends EchartsChartPlugin<
t('ECharts'),
t('Predictive'),
t('Advanced-Analytics'),
t('Aesthetic'),
t('Time'),
t('Transformable'),
t('Stacked'),
t('Vertical'),
t('Bar'),
t('Popular'),
],

View File

@@ -71,7 +71,6 @@ export default class EchartsTimeseriesLineChartPlugin extends EchartsChartPlugin
t('ECharts'),
t('Predictive'),
t('Advanced-Analytics'),
t('Aesthetic'),
t('Line'),
t('Popular'),
],

View File

@@ -70,7 +70,6 @@ export default class EchartsTimeseriesScatterChartPlugin extends EchartsChartPlu
t('ECharts'),
t('Predictive'),
t('Advanced-Analytics'),
t('Aesthetic'),
t('Time'),
t('Transformable'),
t('Scatter'),

View File

@@ -70,7 +70,6 @@ export default class EchartsTimeseriesSmoothLineChartPlugin extends EchartsChart
t('ECharts'),
t('Predictive'),
t('Advanced-Analytics'),
t('Aesthetic'),
t('Time'),
t('Line'),
t('Transformable'),

View File

@@ -61,7 +61,6 @@ export default class EchartsTimeseriesStepChartPlugin extends EchartsChartPlugin
t('ECharts'),
t('Predictive'),
t('Advanced-Analytics'),
t('Aesthetic'),
t('Time'),
t('Transformable'),
t('Stacked'),

View File

@@ -58,7 +58,6 @@ export default class EchartsTimeseriesChartPlugin extends EchartsChartPlugin<
name: t('Generic Chart'),
tags: [
t('Advanced-Analytics'),
t('Aesthetic'),
t('Line'),
t('Predictive'),
t('Time'),