react-apexcharts icon indicating copy to clipboard operation
react-apexcharts copied to clipboard

Customize x axis label

Open supriya-somavnshi opened this issue 2 years ago • 1 comments

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 :

image

Thanks Supriya

supriya-somavnshi avatar Apr 15 '23 11:04 supriya-somavnshi

Could you share the codesandbox or stackblitz link showing the issue?

coder-shanks avatar Jun 21 '23 06:06 coder-shanks

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.

github-actions[bot] avatar Aug 04 '24 14:08 github-actions[bot]