react-apexcharts
react-apexcharts copied to clipboard
Customize x axis label
Hi,
I am using react-apexcharts .I have daily financial data but I want show alternate month name on x axis .
xaxis: { labels: { show: true, formatter: function (val: any) { return dayjs(val).format("MMM"); } } }
This code shows all month on x axis .
Please suggest me how to display alternate month name on x axis on the chart .The image has given below :

Thanks Supriya
Could you share the codesandbox or stackblitz link showing the issue?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.