/
home
/
techb158
/
immovalet.com
/
platform
/
core
/
chart
/
resources
/
views
/
/home/techb158/immovalet.com/platform/core/chart/resources/views
mkdir
upload
Name
Size
Mode
Actions
chart.blade.php
1019
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/core/chart/resources/views/chart.blade.php
(1019B)
<div id="{{ $chart->getElementId() }}" style="width: 100%; display: block; min-height: 300px;"></div> @push('footer') <script type="text/javascript"> jQuery(function () { `use strict`; Morris.{{ $chart->chartType }}( {!! $chart->toJSON() !!} ); }); </script> @endpush @if ($chart->isUseInlineJs()) {!! Assets::styleToHtml('morris') !!} {!! Assets::scriptToHtml('raphael') !!} {!! Assets::scriptToHtml('morris') !!} <script type="text/javascript"> jQuery(function () { `use strict`; Morris.{{ $chart->chartType }}( {!! $chart->toJSON() !!} ); }); </script> @else @push('footer') <script type="text/javascript"> jQuery(function () { `use strict`; Morris.{{ $chart->chartType }}( {!! $chart->toJSON() !!} ); }); </script> @endpush @endif
Save
cmd:
run