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

Tag closing issue on apexcharts parent component

Open langbien opened this issue 1 year ago • 2 comments

Hi there, I encountered a strange problem. When I put props in the ACharts component which is parent of apexchart, the first tag of the AChart component encountered a problem. I had to declare constants and put the props data in them to avoid the problem. I do not know why. someone had the same problem ? At the bottom right of the component side you see in the comments the way in which I subsequently declared constants to put the data there and that solved the problem Capture d’écran (11) Capture d’écran (13) Capture d’écran (14)

langbien avatar May 25 '23 12:05 langbien

yes, its about the clean code.

and i agree the second picture of your code. is the way to place the data and bind into your Achart

rather than hardcode into your html.

i though it can be closed issue

karis avatar May 27 '23 00:05 karis