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

Accents on axes

Open WimDeMeester opened this issue 6 years ago • 0 comments

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:

image

WimDeMeester avatar May 17 '19 08:05 WimDeMeester