Skip to content

Commit

Permalink
chore: change Highly-used back to Popular (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
junlincc authored and zhaoyongjie committed Nov 26, 2021
1 parent 128ec7e commit 55199e4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const metadata = new ChartMetadata({
t('Multi-Layers'),
t('Multi-Variables'),
t('Scatter'),
t('Highly-used'),
t('Popular'),
],
thumbnail,
useLegacyApi: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const metadata = new ChartMetadata({
t('Formattable'),
t('Line'),
t('Percentages'),
t('Highly-used'),
t('Popular'),
t('Report'),
t('Description'),
t('Trend'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const metadata = new ChartMetadata({
t('Formattable'),
t('Legacy'),
t('Percentages'),
t('Highly-used'),
t('Popular'),
t('Report'),
t('Description'),
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const metadata = new ChartMetadata({
t('Discrete'),
t('Legacy'),
t('Percentages'),
t('Highly-used'),
t('Popular'),
t('Stacked'),
t('Vertical'),
t('nvd3'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default class EchartsPieChartPlugin extends ChartPlugin<
t('Circular'),
t('Comparison'),
t('Percentages'),
t('Highly-used'),
t('Popular'),
t('Proportional'),
t('ECharts'),
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default class EchartsTimeseriesScatterChartPlugin extends ChartPlugin<
t('Line'),
t('Transformable'),
t('Stacked'),
t('Highly-used'),
t('Popular'),
],
thumbnail,
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default class EchartsTimeseriesScatterChartPlugin extends ChartPlugin<
t('Stacked'),
t('Vertical'),
t('Bar'),
t('Highly-used'),
t('Popular'),
],
thumbnail,
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default class EchartsTimeseriesScatterChartPlugin extends ChartPlugin<
t('Advanced-Analytics'),
t('Aesthetic'),
t('Line'),
t('Highly-used'),
t('Popular'),
],
thumbnail,
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default class EchartsTimeseriesScatterChartPlugin extends ChartPlugin<
t('Time'),
t('Transformable'),
t('Scatter'),
t('Highly-used'),
t('Popular'),
],
thumbnail,
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class PivotTableChartPlugin extends ChartPlugin<
'Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.',
),
name: t('Pivot Table v2'),
tags: [t('Additive'), t('Report'), t('Tabular'), t('Highly-used')],
tags: [t('Additive'), t('Report'), t('Tabular'), t('Popular')],
thumbnail,
});

Expand Down

0 comments on commit 55199e4

Please sign in to comment.