Hacker News new | ask | show | jobs
by hobolord 3290 days ago
This is pretty much what I was looking for 5 months ago. I use R Shiny extensively to prototype, it's a great tool for building quick dashboards and visualisations, but when you want to go further, that's where Shiny starts to get difficult. I ended up building a basic Flask + d3 app to serve production visualisations.

I use Plotly quite a bit right now, almost to the point where whenever I ggplot anything I just turn it into a plotly plot. I love the work that Plotly has been doing, going to play around with Dash on the weekend. Keep up the great work!