mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-04 14:31:34 +01:00
Added similar softMax to stack graphs as player graphs
This commit is contained in:
parent
a6cc365563
commit
3c250a92f5
@ -21,7 +21,9 @@ function stackChart(id, categories, series, label) {
|
||||
formatter: function () {
|
||||
return this.value;
|
||||
}
|
||||
}
|
||||
},
|
||||
softMax: 2,
|
||||
softMin: 0
|
||||
},
|
||||
tooltip: {
|
||||
split: true,
|
||||
|
Loading…
Reference in New Issue
Block a user