mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Remove rotate legend in graphs. Gitlab: #537
This commit is contained in:
parent
169d388fe4
commit
36255d9693
@ -1872,8 +1872,6 @@ function pandoraFlotArea(graph_id, values, labels, labels_long, legend,
|
|||||||
}
|
}
|
||||||
|
|
||||||
extra_css = '';
|
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>';
|
return '<div class='+font+' style="font-size:'+font_size+'pt; margin-top:15px;'+extra_css+'">'+labels[v]+'</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user