Hi everyone,
I’ve just created a notebook using Inputs.select along with three interactive plots (Plot.geo, Plot.barY, and Plot.dot). The idea is that when I click on an item in any of the plots, it updates the Inputs.select, and all other charts stay in sync as well.
It works as intended, but I’m wondering if this is considered a good or idiomatic approach in Observable? Or am I possibly missing a concept or a more elegant way to handle coordination and state between views?
Any feedback or suggestions would be greatly appreciated!
Thanks in advance