Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/vendor/laraveldaily/laravel-charts/src/views/javascript.blade.php
Назад
<script> var ctx = document.getElementById("{{ $options['chart_name'] ?? 'myChart' }}"); var {{ $options['chart_name'] ?? 'myChart' }} = new Chart(ctx, { type: '{{ $options['chart_type'] ?? 'line' }}', data: { labels: [ @if (count($datasets) > 0) @foreach ($datasets[0]['data'] as $group => $result) "{{ $group }}", @endforeach @endif ], datasets: [ @foreach ($datasets as $dataset) { label: '{{ $dataset['name'] ?? $options['chart_title'] }}', data: [ @foreach ($dataset['data'] as $group => $result) {!! $result !!}, @endforeach ], @if ($options['chart_type'] == 'line') @if (isset($dataset['fill']) && $dataset['fill'] != '') fill: '{{ $dataset['fill'] }}', @else fill: false, @endif @if (isset($dataset['color']) && $dataset['color'] != '') borderColor: '{{ $dataset['color'] }}', @elseif (isset($dataset['chart_color']) && $dataset['chart_color'] != '') borderColor: 'rgba({{ $dataset['chart_color'] }})', @else borderColor: 'rgba({{ rand(0,255) }}, {{ rand(0,255) }}, {{ rand(0,255) }}, 0.2)', @endif @elseif ($options['chart_type'] == 'pie') backgroundColor: [ @foreach ($dataset['data'] as $group => $result) 'rgba({{ rand(0,255) }}, {{ rand(0,255) }}, {{ rand(0,255) }}, 0.2)', @endforeach ], @elseif ($options['chart_type'] == 'bar' && isset($dataset['chart_color']) && $dataset['chart_color'] != '') borderColor: 'rgba({{ $dataset['chart_color'] }})', backgroundColor: 'rgba({{ $dataset['chart_color'] }}, .2)', @endif borderWidth: 2 }, @endforeach ] }, options: { tooltips: { mode: 'point' }, height: '{{ $options['chart_height'] ?? "300px" }}', @if ($options['chart_type'] != 'pie') scales: { xAxes: [], yAxes: [{ ticks: { beginAtZero:true } }] }, @endif } }); </script>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка