apexcharts / ng-apexcharts

ng-apexcharts is an implementation of apexcharts for angular. It comes with one simple component that enables you to use apexcharts in an angular project.
MIT License
310 stars 78 forks source link

Dates are displayed in the incorrect format #344

Open Jimmy-Vila opened 3 days ago

Jimmy-Vila commented 3 days ago

Hello everyone!

I'm using a Column chart stacked (https://apexcharts.com/javascript-chart-demos/column-charts/stacked/) But I detected a problem with the date format on the chart on my application.

I'm using the same type of data from the documentation: categories: ['01/01/2011 GMT', '01/02/2011 GMT', '01/03/2011 GMT', '01/04/2011 GMT', '01/05/2011 GMT', '01/06/2011 GMT' ]

but then I saw my issue also in your documentation. the first day of the Month is somehow in a strange format..

Bildschirmfoto 2024-07-05 um 14 43 42

Can you fix the date formate please?