This commit is contained in:
parent
93a668d93e
commit
6241de87ef
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue