mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(viz): rename v1 and v2 charts (#22369)
This commit is contained in:
@@ -68,7 +68,7 @@ export default class EchartsAreaChartPlugin extends ChartPlugin<
|
||||
AnnotationType.Timeseries,
|
||||
],
|
||||
name: hasGenericChartAxes
|
||||
? t('Area Chart v2')
|
||||
? t('Area Chart')
|
||||
: t('Time-series Area Chart'),
|
||||
tags: [
|
||||
t('ECharts'),
|
||||
|
||||
@@ -75,9 +75,7 @@ export default class EchartsTimeseriesBarChartPlugin extends ChartPlugin<
|
||||
AnnotationType.Interval,
|
||||
AnnotationType.Timeseries,
|
||||
],
|
||||
name: hasGenericChartAxes
|
||||
? t('Bar Chart v2')
|
||||
: t('Time-series Bar Chart v2'),
|
||||
name: hasGenericChartAxes ? t('Bar Chart') : t('Time-series Bar Chart'),
|
||||
tags: [
|
||||
t('ECharts'),
|
||||
t('Predictive'),
|
||||
|
||||
@@ -73,7 +73,7 @@ export default class EchartsTimeseriesLineChartPlugin extends ChartPlugin<
|
||||
AnnotationType.Timeseries,
|
||||
],
|
||||
name: hasGenericChartAxes
|
||||
? t('Line Chart v2')
|
||||
? t('Line Chart')
|
||||
: t('Time-series Line Chart'),
|
||||
tags: [
|
||||
t('ECharts'),
|
||||
|
||||
@@ -53,7 +53,7 @@ export default class EchartsTreemapChartPlugin extends ChartPlugin<
|
||||
'Show hierarchical relationships of data, with with the value represented by area, showing proportion and contribution to the whole.',
|
||||
),
|
||||
exampleGallery: [{ url: example1 }, { url: example2 }],
|
||||
name: t('Treemap v2'),
|
||||
name: t('Treemap'),
|
||||
tags: [
|
||||
t('Aesthetic'),
|
||||
t('Categorical'),
|
||||
|
||||
Reference in New Issue
Block a user