Files
opensem/resources/views/load/chart/highmaps.blade.php
2021-07-25 23:19:27 +02:00

10 lines
515 B
PHP

@if(!defined('LOAD_HIGHMAPS'))
@push('scripts')
<script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js"></script>
<script src="{{ asset('/assets/plugins/highcharts/highmaps.js') }}"></script>
<script src="{{ asset('/assets/plugins/highcharts/modules/exporting.js') }}"></script>
<script src="{{ asset('/assets/plugins/highcharts/modules/data.js') }}"></script>
<script src="/assets/plugins/highcharts/map/{{ $map }}.js"></script>
@endpush
@php(define('LOAD_HIGHMAPS', true))
@endif