react-apexcharts
react-apexcharts copied to clipboard
i used yaxis labels formatter, height 100% not work
hi. I see this problem. i read Apex chart document and examples, but i cat solved this problem.
formatter: function (value) {
return `${value}%`;
},

formatter: function (value) {
return `${value}`;
},

I only changed this option. how can i solve this proplem?