chore: Renaming Line Chart to Line Chart v2 (#21278)
This commit is contained in:
parent
6d65f806d8
commit
994f327157
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue