laravel-chartjs icon indicating copy to clipboard operation
laravel-chartjs copied to clipboard

Remove `let` statements in views

Open prinsss opened this issue 7 years ago • 1 comments

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

prinsss avatar Feb 24 '18 09:02 prinsss

use let if compile is used (which makes var from let) else use var

mikebranderhorst avatar Sep 11 '20 13:09 mikebranderhorst