jpcompartir / LandscapeRGolem

playing_with_golem_learning
Other
0 stars 0 forks source link

Convert certain charts to ggplotly() or plot_ly() #8

Open jpcompartir opened 1 year ago

jpcompartir commented 1 year ago

Thinking volume over time charts in particular may benefit from this. Opens up new and interesting opportunities for interactive exploration too - interactive facets etc.

jpcompartir commented 8 months ago

Still looking at this, requires making sure the plotly selected event is tied neatly to the correct plot. This is simple if building app from ground up with multiple plotly charts in mind that use the selection functionality.

Less simple for app in current state, and a question of which other plots will truly benefit from being interactive + other performance concerns of having too many interactives