This commit is contained in:
Álvaro 2024-06-17 23:54:24 +02:00
parent 854756c5dd
commit d2463fd1f3

View File

@ -7,6 +7,7 @@ const ChampionWinRate = {
return winRate.patch_number return winRate.patch_number
}) })
this.winRateValues = winRates.map((winRate) => winRate.win_rate) this.winRateValues = winRates.map((winRate) => winRate.win_rate)
// TODO: it breaks on resizing, should apply a better fix...
setInterval(() => { setInterval(() => {
const data = { const data = {
labels: this.patches, labels: this.patches,