Hello,
I'm trying to make a component with charts, so, I can create many charts as I want just calling the component.
I just copy the code in a component
Then, I call the component:
...myChart...
It works, but when I call another time:
...myChart...
...myChart...
Only the sencond component is rendered.