icingaweb2/modules/monitoring/application/views/scripts/chart/test.phtml
Matthias Jentsch debc305789 Add logarithmic AxisUnit
resolves #7845
2015-01-13 17:56:50 +01:00

5 lines
No EOL
153 B
PHTML

<?php foreach ($svgs as $svg) { ?>
<div style="border:1px dashed black;width:900px;height:520px">
<?= $svg->render() ?>
</div>
<?php } ?>