13281-Fix overflow in Defined custom graph widget
This commit is contained in:
parent
02d6dbdcdb
commit
9bc0b4c050
|
@ -504,9 +504,8 @@ class CustomGraphWidget extends Widget
|
|||
break;
|
||||
|
||||
case CUSTOM_GRAPH_VBARS:
|
||||
$style = 'padding: 10px;';
|
||||
$height = $size['height'];
|
||||
$output = '<div class="container-center" style="'.$style.'">';
|
||||
$output = '<div class="container-center">';
|
||||
break;
|
||||
|
||||
case CUSTOM_GRAPH_GAUGE:
|
||||
|
|
Loading…
Reference in New Issue