.
Some checks are pending
ci / docker (push) Waiting to run

This commit is contained in:
Álvaro 2024-06-18 00:12:55 +02:00
parent d2463fd1f3
commit fdca3e37d1

View File

@ -7,7 +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... // TODO: it breaks on liveview updates, should apply a better fix...
setInterval(() => { setInterval(() => {
const data = { const data = {
labels: this.patches, labels: this.patches,