spotify / chartify

Python library that makes it easy for data scientists to create charts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any way to render charts on web?

brandonmcconnell opened this issue · comments

Is there any way to have the charts render on web so I can style and animate them on the fly and potentially make them interactive with data from my database?

Thus far we've focused on the use case of static charts that go into presentations.

For interactive visualizations I'd suggest using base Bokeh interactions with Bokeh Server or Plotly with Dash.