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.
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..
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..
Can you fix the date formate please?