This commit is contained in:
zhiyang7 2021-12-27 16:58:46 +08:00
parent 93a668d93e
commit 6241de87ef
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
connectNulls: true,
yAxis: 0,
tooltip: {
pointFormat: position_map[position] + ": WP: {point.y:.2f}%<br>"
pointFormat: position_map[position] + " WP: {point.y:.2f}%<br>"
},
data: $.map(categories, function (frame) {
if (result[rank][position].hasOwnProperty(frame)) {
@ -72,7 +72,7 @@
yAxis: 1,
visible: false,
tooltip: {
pointFormat: position_map[position] + "ADP: {point.y:.2f}<br>"
pointFormat: position_map[position] + " ADP: {point.y:.2f}<br>"
},
data: $.map(categories, function (frame) {
if (result[rank][position].hasOwnProperty(frame)) {