RangeError: Maximum call stack size exceeded에러 발생!
참고링크:https://github.com/apexcharts/ng-apexcharts/issues/349
chart: { events: { dataPointSelection: (event, chartContext, config) => setTimeout(() => {smth.onClick(), 1000}); } } },

참고링크:https://github.com/apexcharts/react-apexcharts/issues/203
고정된 높이를 가진 차트로 감싸보세요!