Remove rotate legend in graphs. Gitlab: #537

This commit is contained in:
m-lopez-f 2017-03-22 09:08:49 +01:00
parent 169d388fe4
commit 36255d9693
1 changed files with 0 additions and 2 deletions

View File

@ -1872,8 +1872,6 @@ function pandoraFlotArea(graph_id, values, labels, labels_long, legend,
}
extra_css = '';
if (!dashboard || !vconsole)
extra_css = " transform:rotate(-28deg); margin-left: -50px;";
return '<div class='+font+' style="font-size:'+font_size+'pt; margin-top:15px;'+extra_css+'">'+labels[v]+'</div>';
}