chore(viz): rename v1 and v2 charts (#22369)

This commit is contained in:
Ville Brofeldt
2022-12-09 22:51:37 +02:00
committed by GitHub
parent 3b45ad8b97
commit 012d1300c1
13 changed files with 17 additions and 21 deletions

View File

@@ -51,7 +51,7 @@ export default class PivotTableChartPlugin extends ChartPlugin<
description: t(
'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'),
name: t('Pivot Table'),
tags: [t('Additive'), t('Report'), t('Tabular'), t('Popular')],
thumbnail,
});