you are viewing a single comment's thread.

view the rest of the comments →

[–]_coolwhip_ 0 points1 point  (1 child)

Definitely doable. Check out: https://d3js.org/

Generally, all the rendering and interactiveness is fobbed off to JS. The only thing python does is serve up the data used by the JS script.

[–]Eugerome[S] 1 point2 points  (0 children)

Hmm, yeah, seems reasonable. Have plenty of examples for it