fixed players being in wrong order
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
||||
},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
data: getPlayerArr(store.state.matchDetails.stats, team, true),
|
||||
data: getPlayerArr(store.state.matchDetails.stats, team, true).reverse(),
|
||||
splitArea: {
|
||||
show: true
|
||||
},
|
||||
|
Reference in New Issue
Block a user