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: {
|
xAxis: {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
data: getPlayerArr(store.state.matchDetails.stats, team, true),
|
data: getPlayerArr(store.state.matchDetails.stats, team, true).reverse(),
|
||||||
splitArea: {
|
splitArea: {
|
||||||
show: true
|
show: true
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user