This commit is contained in:
parent
93a668d93e
commit
6241de87ef
|
@ -56,7 +56,7 @@
|
||||||
connectNulls: true,
|
connectNulls: true,
|
||||||
yAxis: 0,
|
yAxis: 0,
|
||||||
tooltip: {
|
tooltip: {
|
||||||
pointFormat: position_map[position] + ": WP: {point.y:.2f}%<br>"
|
pointFormat: position_map[position] + " WP: {point.y:.2f}%<br>"
|
||||||
},
|
},
|
||||||
data: $.map(categories, function (frame) {
|
data: $.map(categories, function (frame) {
|
||||||
if (result[rank][position].hasOwnProperty(frame)) {
|
if (result[rank][position].hasOwnProperty(frame)) {
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
yAxis: 1,
|
yAxis: 1,
|
||||||
visible: false,
|
visible: false,
|
||||||
tooltip: {
|
tooltip: {
|
||||||
pointFormat: position_map[position] + "ADP: {point.y:.2f}<br>"
|
pointFormat: position_map[position] + " ADP: {point.y:.2f}<br>"
|
||||||
},
|
},
|
||||||
data: $.map(categories, function (frame) {
|
data: $.map(categories, function (frame) {
|
||||||
if (result[rank][position].hasOwnProperty(frame)) {
|
if (result[rank][position].hasOwnProperty(frame)) {
|
||||||
|
|
Loading…
Reference in New Issue