Added similar softMax to stack graphs as player graphs

This commit is contained in:
Rsl1122 2018-04-06 09:05:21 +03:00
parent a6cc365563
commit 3c250a92f5

View File

@ -21,7 +21,9 @@ function stackChart(id, categories, series, label) {
formatter: function () {
return this.value;
}
}
},
softMax: 2,
softMin: 0
},
tooltip: {
split: true,