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

chore: change popular to Highly-used #1227

Merged
merged 1 commit into from
Jul 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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