mirror of
https://github.com/apache/superset.git
synced 2026-04-28 04:25:07 +00:00
chore: switch back tag name to popular from highly-used (#16174)
* chore: switch back tag name to popular from highly-used * new package lock * new package lock with npm 7 * fix lint * remove package changes Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
This commit is contained in:
@@ -50,7 +50,7 @@ describe('VizTypeControl', () => {
|
|||||||
new ChartMetadata({
|
new ChartMetadata({
|
||||||
name: 'vis1',
|
name: 'vis1',
|
||||||
thumbnail: '',
|
thumbnail: '',
|
||||||
tags: ['Highly-used'],
|
tags: ['Popular'],
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
.registerValue(
|
.registerValue(
|
||||||
|
|||||||
@@ -121,11 +121,7 @@ const OTHER_CATEGORY = t('Other');
|
|||||||
|
|
||||||
const ALL_CHARTS = t('All charts');
|
const ALL_CHARTS = t('All charts');
|
||||||
|
|
||||||
const RECOMMENDED_TAGS = [
|
const RECOMMENDED_TAGS = [t('Popular'), t('ECharts'), t('Advanced-Analytics')];
|
||||||
t('Highly-used'),
|
|
||||||
t('ECharts'),
|
|
||||||
t('Advanced-Analytics'),
|
|
||||||
];
|
|
||||||
|
|
||||||
export const VIZ_TYPE_CONTROL_TEST_ID = 'viz-type-control';
|
export const VIZ_TYPE_CONTROL_TEST_ID = 'viz-type-control';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user