update: Display full label name in a html title.

pull/29/head
Sami Mokaddem 2017-12-13 09:02:27 +01:00
parent eec59473d6
commit 032f671d14
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ function legendFormatter(label) {
}
return '<div '
+ 'style="font-size:8pt;text-align:inherit;padding:2px;">'
+ '<a class="tagElem" style="background-color: white; color: black;"> ' + labelLimited
+ '<a class="tagElem" title="'+label+'" style="background-color: white; color: black;"> ' + labelLimited
+ '</a>';
+ '</div>';
}