parent
d2463fd1f3
commit
fdca3e37d1
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user