chore: Renaming Line Chart to Line Chart v2 (#21278)

This commit is contained in:
Alex Lauderbaugh
2022-09-01 00:16:55 -06:00
committed by GitHub
parent 6d65f806d8
commit 994f327157

View File

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