From 6241de87ef706a6e7036301f42ea904b4edd7643 Mon Sep 17 00:00:00 2001 From: zhiyang7 Date: Mon, 27 Dec 2021 16:58:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/charts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/charts.html b/static/charts.html index 72f9063..0a1d51a 100644 --- a/static/charts.html +++ b/static/charts.html @@ -56,7 +56,7 @@ connectNulls: true, yAxis: 0, tooltip: { - pointFormat: position_map[position] + ": WP: {point.y:.2f}%
" + pointFormat: position_map[position] + " WP: {point.y:.2f}%
" }, 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}
" + pointFormat: position_map[position] + " ADP: {point.y:.2f}
" }, data: $.map(categories, function (frame) { if (result[rank][position].hasOwnProperty(frame)) {