laravel-chartjs
laravel-chartjs copied to clipboard
Remove `let` statements in views
For maximum browser compatibility, I think we should use var
instead.
https://github.com/fxcosta/laravel-chartjs/blob/master/src/resources/views/chart-template.blade.php#L6
use let if compile is used (which makes var from let) else use var