mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-04-04 03:06:02 +02: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 () {
|
formatter: function () {
|
||||||
return this.value;
|
return this.value;
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
softMax: 2,
|
||||||
|
softMin: 0
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
split: true,
|
split: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user