mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Refixed problems with legend of simple graphs. Ticket: #4115
This commit is contained in:
parent
1193267174
commit
9589f61199
@ -1880,7 +1880,7 @@ function pandoraFlotArea(graph_id, values, labels, labels_long, legend,
|
||||
}
|
||||
|
||||
function lFormatter(v, item) {
|
||||
return '<div class='+font+' style=color:;font-size:'+font_size+'pt>'+v+'</div>';
|
||||
return '<div style=font-size:'+font_size+'pt>'+v+'</div>';
|
||||
// Prepared to turn series with a checkbox
|
||||
//return '<div style=color:;font-size:'+font_size+'pt><input type="checkbox" id="' + graph_id + '_' + item.id +'" checked="checked" class="check_serie_'+graph_id+'">'+v+'</div>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user