laravel-highcharts
laravel-highcharts copied to clipboard
Accents on axes
I'm trying to add the name of the months to the x-axis (in French). I use the following code to do so:
->xaxis([ // Add months of the year 'categories' => [ ('Janvier'), ('Février'), ], ... ])
The accents are totally messed up:
