How to customize csv format data on Apex chart?

362 views Asked by At

When we use x-axis type as category but it emits same x-axis data on csv format.

      xaxis: {
        type: 'category',
      }

One way to customize csv format date and time is using x-axis type as datetime this one works but in my case i have to show only 28 days in a month so it is not working in my case.

      xaxis: {
        type: 'datetime',
      }

Any suggestion are appreciate.

0

There are 0 answers