Skip to content

Commit

Permalink
Renaming Line Chart to Line Chart v2
Browse files Browse the repository at this point in the history
When generic x-axis is on; right now it's a duplicate label, which is confusing.
  • Loading branch information
lauderbaugh committed Aug 31, 2022
1 parent a7fe485 commit 24b1f88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 24b1f88

Please sign in to comment.