chart test

This commit is contained in:
2019-07-08 22:26:08 -05:00
parent 16df3e3238
commit d5b47d1beb

View File

@@ -15,6 +15,6 @@
<br>
@for($i = 0; $i <= 5; $i++)
<div id="{{ $chartsDiv[$i] }}"></div>
{!! $charts[$i]->render('GaugeChart', 'Liquid Ozone', $chartsDiv[$i]) !!}
{!! $charts[$i]->render('GaugeChart', $chartsDiv[$i], $chartsDiv[$i]) !!}
@endfor
@endsection