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

i used yaxis labels formatter, height 100% not work

Open kimminhyug opened this issue 3 years ago • 0 comments

hi. I see this problem. i read Apex chart document and examples, but i cat solved this problem.

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

image

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

image

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

kimminhyug avatar Jun 23 '22 00:06 kimminhyug