mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat(viz picker): Remove some tags, refactor Recommended section (#27708)
This commit is contained in:
committed by
GitHub
parent
d318df96ae
commit
c3149994ac
@@ -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'),
|
||||
|
||||
@@ -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'),
|
||||
],
|
||||
|
||||
@@ -71,7 +71,6 @@ export default class EchartsTimeseriesLineChartPlugin extends EchartsChartPlugin
|
||||
t('ECharts'),
|
||||
t('Predictive'),
|
||||
t('Advanced-Analytics'),
|
||||
t('Aesthetic'),
|
||||
t('Line'),
|
||||
t('Popular'),
|
||||
],
|
||||
|
||||
@@ -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'),
|
||||
|
||||
@@ -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'),
|
||||
|
||||
@@ -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'),
|
||||
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user