plotly / dash-canvas

An interactive image editing component for Dash
https://dash.plot.ly/canvas
Other
84 stars 26 forks source link

Implement plotly backend or new Class wrapping plotly #48

Open emmanuelle opened 4 years ago

emmanuelle commented 4 years ago

Since plotly.js will soon have drawing capabilities we should implement either a new Canvas class with a high-level API for a plotly.js figure + annotations, or reuse the existing DashCanvas class with a plotly backend.

What can be done out of the box with plotly.js + dcc.Graph

What we can do on top on dcc.Graph:

Other thoughts: