dash-docs
dash-docs copied to clipboard
Typo in the canvas documentation
Hi,
Thanks for the great documentation. In the Canvas documentation https://dash.plotly.com/canvas, section "Retrieving the geometry of annotations and using utility functions", I assume that at the end of the example code, it should be
return data['objects']
instead of:
return data['objects'][1:]
Or did I miss something ?