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