vue3-apexcharts
vue3-apexcharts copied to clipboard
Tag closing issue on apexcharts parent component
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
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