mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: Renaming Line Chart to Line Chart v2 (#21278)
This commit is contained in:
@@ -74,7 +74,7 @@ export default class EchartsTimeseriesLineChartPlugin extends ChartPlugin<
|
||||
AnnotationType.Timeseries,
|
||||
],
|
||||
name: isFeatureEnabled(FeatureFlag.GENERIC_CHART_AXES)
|
||||
? t('Line Chart')
|
||||
? t('Line Chart v2')
|
||||
: t('Time-series Line Chart'),
|
||||
tags: [
|
||||
t('ECharts'),
|
||||
|
||||
Reference in New Issue
Block a user