From 032f671d1427680fdde3b30aa317caaff50c8837 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Wed, 13 Dec 2017 09:02:27 +0100 Subject: [PATCH] update: Display full label name in a html title. --- static/js/trendings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/trendings.js b/static/js/trendings.js index 949c38c..429bb8f 100644 --- a/static/js/trendings.js +++ b/static/js/trendings.js @@ -176,7 +176,7 @@ function legendFormatter(label) { } return '
' - + ' ' + labelLimited + + ' ' + labelLimited + ''; + '
'; }