diff --git a/plugins/legacy-plugin-chart-world-map/src/index.js b/plugins/legacy-plugin-chart-world-map/src/index.js index bb4fcb40cf..a5b99eab23 100644 --- a/plugins/legacy-plugin-chart-world-map/src/index.js +++ b/plugins/legacy-plugin-chart-world-map/src/index.js @@ -38,7 +38,6 @@ const metadata = new ChartMetadata({ t('Multi-Dimensions'), t('Multi-Layers'), t('Multi-Variables'), - t('Popular'), t('Scatter'), ], thumbnail, diff --git a/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts b/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts index 514f530d3f..6985069575 100644 --- a/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts +++ b/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts @@ -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'), diff --git a/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts b/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts index 23d9dfc454..a071ed5f9e 100644 --- a/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts +++ b/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts @@ -42,7 +42,7 @@ const metadata = new ChartMetadata({ t('Formattable'), t('Legacy'), t('Percentages'), - t('Popular'), + t('Highly-used'), t('Report'), t('Text'), ], diff --git a/plugins/legacy-preset-chart-nvd3/src/Area/index.js b/plugins/legacy-preset-chart-nvd3/src/Area/index.js index 1f43d63c0c..e9f052a618 100644 --- a/plugins/legacy-preset-chart-nvd3/src/Area/index.js +++ b/plugins/legacy-preset-chart-nvd3/src/Area/index.js @@ -47,7 +47,6 @@ const metadata = new ChartMetadata({ t('Legacy'), t('Line'), t('Percentages'), - t('Popular'), t('Proportional'), t('Stacked'), t('Time'), diff --git a/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js b/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js index 525f1609b6..72c615aad1 100644 --- a/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js +++ b/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js @@ -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'), diff --git a/plugins/plugin-chart-echarts/src/Pie/index.ts b/plugins/plugin-chart-echarts/src/Pie/index.ts index 7c29c87a7d..c175edfc0a 100644 --- a/plugins/plugin-chart-echarts/src/Pie/index.ts +++ b/plugins/plugin-chart-echarts/src/Pie/index.ts @@ -66,7 +66,7 @@ export default class EchartsPieChartPlugin extends ChartPlugin< t('Circular'), t('Comparison'), t('Percentages'), - t('Popular'), + t('Highly-used'), t('Proportional'), ], thumbnail, diff --git a/plugins/plugin-chart-echarts/src/Timeseries/index.ts b/plugins/plugin-chart-echarts/src/Timeseries/index.ts index cf729225ec..50d1ec10d5 100644 --- a/plugins/plugin-chart-echarts/src/Timeseries/index.ts +++ b/plugins/plugin-chart-echarts/src/Timeseries/index.ts @@ -66,6 +66,7 @@ export default class EchartsTimeseriesChartPlugin extends ChartPlugin< t('Predictive'), t('Time'), t('Transformable'), + t('Highly-used'), ], thumbnail, }), diff --git a/plugins/plugin-chart-pivot-table/src/plugin/index.ts b/plugins/plugin-chart-pivot-table/src/plugin/index.ts index 0bc087b35d..fc1f33a4c5 100644 --- a/plugins/plugin-chart-pivot-table/src/plugin/index.ts +++ b/plugins/plugin-chart-pivot-table/src/plugin/index.ts @@ -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, }); diff --git a/plugins/plugin-chart-table/src/index.ts b/plugins/plugin-chart-table/src/index.ts index 3106578790..d053fd15af 100644 --- a/plugins/plugin-chart-table/src/index.ts +++ b/plugins/plugin-chart-table/src/index.ts @@ -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'),