Update src/views/CompatibilityPage.vue
Co-authored-by: Ac_K <Acoustik666@gmail.com>
This commit is contained in:
parent
e74cc7e57c
commit
2adf95c6f9
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ function setData(this: any) {
|
|||
labels: ["label"],
|
||||
datasets: tierData.value.map((tier: PlayableTier): ChartDataset<"bar", number[]> => ({
|
||||
data: [tier.count],
|
||||
label: t(`views.compatibility.${tier.localeKey}`),
|
||||
label: t("views.compatibility.${tier.localeKey}"),
|
||||
backgroundColor: tier.color
|
||||
})).reverse(),
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue