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
325 stars 81 forks source link

Dates are displayed in the incorrect format #344

Closed Jimmy-Vila closed 4 months ago

Jimmy-Vila commented 4 months 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?

Jimmy-Vila commented 4 months ago

Visualization was actually correct.