Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
chore: change popular to Highly-used
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Jul 17, 2021
1 parent edd479a commit 05c4e10
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion plugins/legacy-plugin-chart-world-map/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const metadata = new ChartMetadata({
t('Multi-Dimensions'),
t('Multi-Layers'),
t('Multi-Variables'),
t('Popular'),
t('Scatter'),
],
thumbnail,
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('Popular'),
t('Highly-used'),
t('Report'),
t('Text'),
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('Popular'),
t('Highly-used'),
t('Report'),
t('Text'),
],
Expand Down
1 change: 0 additions & 1 deletion plugins/legacy-preset-chart-nvd3/src/Area/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const metadata = new ChartMetadata({
t('Legacy'),
t('Line'),
t('Percentages'),
t('Popular'),
t('Proportional'),
t('Stacked'),
t('Time'),
Expand Down
2 changes: 1 addition & 1 deletion plugins/legacy-preset-chart-nvd3/src/DistBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const metadata = new ChartMetadata({
t('Distribution'),
t('Legacy'),
t('Percentages'),
t('Popular'),
t('Highly-used'),
t('Stacked'),
t('Vertical'),
t('nvd3'),
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-chart-echarts/src/Pie/index.ts
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('Popular'),
t('Highly-used'),
t('Proportional'),
],
thumbnail,
Expand Down
1 change: 1 addition & 0 deletions plugins/plugin-chart-echarts/src/Timeseries/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default class EchartsTimeseriesChartPlugin extends ChartPlugin<
t('Predictive'),
t('Time'),
t('Transformable'),
t('Highly-used'),
],
thumbnail,
}),
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-chart-pivot-table/src/plugin/index.ts
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')],
tags: [t('Additive'), t('Report'), t('Tabular'), t('Highly-used')],
thumbnail,
});

Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-chart-table/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const metadata = new ChartMetadata({
t('Business'),
t('Formattable'),
t('Pattern'),
t('Popular'),
t('Highly-used'),
t('Report'),
t('Sequential'),
t('Tabular'),
Expand Down

0 comments on commit 05c4e10

Please sign in to comment.