You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kg...@apache.org on 2022/09/01 06:17:08 UTC

[superset] branch master updated: chore: Renaming Line Chart to Line Chart v2 (#21278)

This is an automated email from the ASF dual-hosted git repository.

kgabryje pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 994f327157 chore: Renaming Line Chart to Line Chart v2 (#21278)
994f327157 is described below

commit 994f32715715b14a99ddef5744e5496a047ce7bf
Author: Alex Lauderbaugh <la...@gmail.com>
AuthorDate: Thu Sep 1 00:16:55 2022 -0600

    chore: Renaming Line Chart to Line Chart v2 (#21278)
---
 .../plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts b/superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts
index 0d89373c95..957d460547 100644
--- a/superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts
+++ b/superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts
@@ -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'),