mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(viz picker): Remove some tags, refactor Recommended section (#27708)
This commit is contained in:
committed by
GitHub
parent
d318df96ae
commit
c3149994ac
@@ -34,7 +34,6 @@ export default class PopKPIPlugin extends ChartPlugin {
|
||||
t('Business'),
|
||||
t('Percentages'),
|
||||
t('Report'),
|
||||
t('Description'),
|
||||
t('Advanced-Analytics'),
|
||||
],
|
||||
thumbnail,
|
||||
|
||||
@@ -43,7 +43,6 @@ const metadata = {
|
||||
t('Percentages'),
|
||||
t('Popular'),
|
||||
t('Report'),
|
||||
t('Description'),
|
||||
],
|
||||
thumbnail,
|
||||
behaviors: [Behavior.DrillToDetail],
|
||||
|
||||
@@ -41,7 +41,6 @@ const metadata = {
|
||||
t('Percentages'),
|
||||
t('Popular'),
|
||||
t('Report'),
|
||||
t('Description'),
|
||||
t('Trend'),
|
||||
],
|
||||
thumbnail,
|
||||
|
||||
@@ -45,7 +45,6 @@ export default class EchartsBubbleChartPlugin extends ChartPlugin<
|
||||
name: t('Bubble Chart'),
|
||||
tags: [
|
||||
t('Multi-Dimensions'),
|
||||
t('Aesthetic'),
|
||||
t('Comparison'),
|
||||
t('Scatter'),
|
||||
t('Time'),
|
||||
|
||||
@@ -39,7 +39,6 @@ export default class EchartsGraphChartPlugin extends EchartsChartPlugin {
|
||||
exampleGallery: [{ url: example }],
|
||||
name: t('Graph Chart'),
|
||||
tags: [
|
||||
t('Aesthetic'),
|
||||
t('Circular'),
|
||||
t('Comparison'),
|
||||
t('Directional'),
|
||||
|
||||
@@ -69,9 +69,7 @@ export default class EchartsTimeseriesChartPlugin extends EchartsChartPlugin<
|
||||
thumbnail,
|
||||
tags: [
|
||||
t('Advanced-Analytics'),
|
||||
t('Aesthetic'),
|
||||
t('ECharts'),
|
||||
t('Experimental'),
|
||||
t('Line'),
|
||||
t('Multi-Variables'),
|
||||
t('Time'),
|
||||
|
||||
@@ -67,7 +67,6 @@ export default class EchartsPieChartPlugin extends EchartsChartPlugin<
|
||||
],
|
||||
name: t('Pie Chart'),
|
||||
tags: [
|
||||
t('Aesthetic'),
|
||||
t('Categorical'),
|
||||
t('Circular'),
|
||||
t('Comparison'),
|
||||
|
||||
@@ -62,7 +62,6 @@ export default class EchartsRadarChartPlugin extends EchartsChartPlugin<
|
||||
tags: [
|
||||
t('Business'),
|
||||
t('Comparison'),
|
||||
t('Coordinates'),
|
||||
t('Multi-Variables'),
|
||||
t('Report'),
|
||||
t('Web'),
|
||||
|
||||
@@ -44,12 +44,7 @@ export default class EchartsSunburstChartPlugin extends EchartsChartPlugin {
|
||||
),
|
||||
exampleGallery: [{ url: example1 }, { url: example2 }],
|
||||
name: t('Sunburst Chart'),
|
||||
tags: [
|
||||
t('ECharts'),
|
||||
t('Aesthetic'),
|
||||
t('Multi-Levels'),
|
||||
t('Proportional'),
|
||||
],
|
||||
tags: [t('ECharts'), t('Multi-Levels'), t('Proportional')],
|
||||
thumbnail,
|
||||
},
|
||||
transformProps,
|
||||
|
||||
@@ -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'),
|
||||
|
||||
@@ -60,7 +60,6 @@ export default class EchartsTreemapChartPlugin extends EchartsChartPlugin<
|
||||
exampleGallery: [{ url: example1 }, { url: example2 }],
|
||||
name: t('Treemap'),
|
||||
tags: [
|
||||
t('Aesthetic'),
|
||||
t('Categorical'),
|
||||
t('Comparison'),
|
||||
t('ECharts'),
|
||||
|
||||
Reference in New Issue
Block a user