jasongilman / proto-repl-charts

An Atom Plugin extension for Proto REPL that allows displaying graphs.
MIT License
65 stars 4 forks source link

Feature Request: Update multiple charts at once #22

Open Cortys opened 7 years ago

Cortys commented 7 years ago

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!