UI: Added margin for items in legends

pull/9/head
Sami Mokaddem 2017-11-17 10:46:25 +01:00
parent 3d1d4c29ca
commit ec3ec66fa7
1 changed files with 4 additions and 2 deletions

View File

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