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

@@ -34,7 +34,6 @@ export default class PopKPIPlugin extends ChartPlugin {
t('Business'),
t('Percentages'),
t('Report'),
t('Description'),
t('Advanced-Analytics'),
],
thumbnail,

View File

@@ -43,7 +43,6 @@ const metadata = {
t('Percentages'),
t('Popular'),
t('Report'),
t('Description'),
],
thumbnail,
behaviors: [Behavior.DrillToDetail],

View File

@@ -41,7 +41,6 @@ const metadata = {
t('Percentages'),
t('Popular'),
t('Report'),
t('Description'),
t('Trend'),
],
thumbnail,

View File

@@ -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'),

View File

@@ -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'),

View File

@@ -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'),

View File

@@ -67,7 +67,6 @@ export default class EchartsPieChartPlugin extends EchartsChartPlugin<
],
name: t('Pie Chart'),
tags: [
t('Aesthetic'),
t('Categorical'),
t('Circular'),
t('Comparison'),

View File

@@ -62,7 +62,6 @@ export default class EchartsRadarChartPlugin extends EchartsChartPlugin<
tags: [
t('Business'),
t('Comparison'),
t('Coordinates'),
t('Multi-Variables'),
t('Report'),
t('Web'),

View File

@@ -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,

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'),

View File

@@ -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'),