mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Change style en view graph of tree view
(cherry picked from commit 7e13fbc388b40e3512755ffb99650acace7a11ff)
This commit is contained in:
parent
f09576a13b
commit
c0a2b0385d
@ -1118,7 +1118,7 @@ function adjust_menu(graph_id, plot, parent_height) {
|
||||
.css('top',
|
||||
((offset_between_graph_and_div_graph_container - menu_height - 5) + 'px'));
|
||||
|
||||
$('#legend_' + graph_id).css('width',plot.width());
|
||||
//$('#legend_' + graph_id).css('width',plot.width());
|
||||
|
||||
$('#menu_' + graph_id)
|
||||
.css('left',plot.width() - $('#menu_'+graph_id).width() + 10);
|
||||
|
Loading…
x
Reference in New Issue
Block a user