var data = [ @for($i = 0; $i < count($model->values); $i++) { x: "{{ $model->labels[$i] }}", y: {{ $model->values[$i] }}, @if($model->colors) color: "{{ $model->colors[$i] }}" @endif }, @endfor ];