Emmanuelle Gouillart
Emmanuelle Gouillart
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...
Closes #38. This one was Python only, so easy :-).
@ycaokris @sstripps this PR implements two things: - if canvas width is not specified then it takes the full width of the parent element (closes partially #36, the canvas does...
At the moment, dash-canvas is a crude wrapper around react-sketch. Its main feature is the ability to draw on an image and to retrieve the location of annotations for futher...
Suggested by @Tanguy-Marchand. Thanks!
See https://dash.plot.ly/testing
From @mprostock: My main question, which I can't seem to figure out: How do you envision switching between images to annotate, what is the correct process for that? In all...