react-apexcharts
react-apexcharts copied to clipboard
Slow movement with reactjs and interactjs
Hello I am using reactjs and interactjs with react-apexcharts showing more than 6 charts at the same time and when I drag one chart (the charts are inside of individuals div so I am dragging the div) The move is not as smooth as without the chart it sometimes jump between positions, I have tried with text, image, tables, and works fine, but when the chart is visibled, it starts moving but not smooth.
I have removed animations, makers size to 0, remove toolbar, but anyway for now it has few data so it should't matter Also I have use the style pointer-events: none.
I have seen the donuts chart perfomes worst than others while moving.
Thank you for your help.