It’s super cool and very useful that we can see the code that was generated for a visual in ChartFactor Studio, and even better that we can modify it to change the its behaviour. After playing for sometime with the visual I decided to copy the code and put it into an html file (with all the libraries included of course)
I though that I was going to immediately see the visual appearing on my page but for my surprise it didn’t. Then I realized the element was missing in the code, but looking at the widget code in Studio, it was also missing. This can be a little confusing.
Is this something that works only in Studio? Because none of the widget have the element defined.
If I have a large number of widgets in my Studio app how can I obtain a specific one thru the console in the developer tools if I don’t know the element?
Thanks in advance