It would be great, if there was a way to update multiple charts with a single function call.
A usecase for this would be if one wants to visualize the results of a function call in multiple ways to get insight about different aspects of the data (e. g. showing a graph and at the same time a bar chart that shows the # of occurrence of each node label in that graph).
Right now I have to make an update call for every chart manually, which quickly becomes quite laborious. If I missed something and this is already possible, I'd love to know how.
It would be great, if there was a way to update multiple charts with a single function call.
A usecase for this would be if one wants to visualize the results of a function call in multiple ways to get insight about different aspects of the data (e. g. showing a graph and at the same time a bar chart that shows the # of occurrence of each node label in that graph).
Right now I have to make an update call for every chart manually, which quickly becomes quite laborious. If I missed something and this is already possible, I'd love to know how.
Thanks for developing this great tool!