Change properties of existing visualization objects on button click
I want to create an extension e.g. a butoon. That is no problem. I can add some JavaScript code that affects the extension itself when I am clicking on the button.
But is it also possible to affect any other existing visualization object (e.g. table or chart) with clicking on the button?
For example: I want to change the size of a table by clicking on the button. Or the background color of a chart.
I'm trying to do something similar. Have you found the way to modify an object property from an extension (eg. a button)? Can you point me out how you did it or what documentation to read?