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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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