mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-27 11:40:24 -05:00
7 lines
107 B
PHTML
7 lines
107 B
PHTML
|
|
|
||
|
|
<div style="width:<?= $this->width; ?>px;height:<?= $this->height; ?>px">
|
||
|
|
<?=
|
||
|
|
$chart->render();
|
||
|
|
?>
|
||
|
|
</div>
|