We are new to apex chart usage, currently apex chart along y-axis showing integer values, but we want to display values which could be in millions, so we want labels of axis to be as 1m, 2m etc.
We are new to apex chart usage, currently apex chart along y-axis showing integer values, but we want to display values which could be in millions, so we want labels of axis to be as 1m, 2m etc.
You can use a formatter. It is documented here: Options (Reference) > yaxis – ApexCharts.js
If you want to display values in millions, do something like that: