Hi guys, In my web application, I am building an interface that has some visualizations. The thing is that I am creating some custom functionalities, and in one of them what I intend to do is duplicate a certain visualization, to obtain its current configuration, and then modify some of its properties like the filters for example and then execute it.
When I was exploring ChartFactor Studio, widgets have the option to create a duplicate to an exact copy of the old one. I want to do the same but dynamically via javascript code.
What would be the best practice to do this, other than cloning the entire Aktive object?