h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.99k stars 326 forks source link

Interactive Matplotlib component #359

Open mturoci opened 3 years ago

mturoci commented 3 years ago

via @dulajra

Allow interactive behavior.

A bit of research: It seems like there is no way for using this kind of interactivity in browser runtime. Even official docs show just basic images.

The only solution seems to be using this Matplotlib / D3 mapper as a workaround, but not sure whether appropriate.

cc @lo5 for more light on this.

lo5 commented 3 years ago

Related to #297