Sam Tripp

Results 3 issues of Sam Tripp

``` dash_canvas.DashCanvas( id='canvas', width=800, height=445, tool='rectangle', lineWidth=2, filename=filename, hide_buttons=['pencil', 'line', 'pan', 'select', 'zoom'], goButtonTitle='Get coordinates' ), ``` Setting the `tool` parameter equal to 'rectangle' is supposed to set the tool...

Currently the width of the canvas is determined by setting the width parameter in the canvas object eg: ``` dash_canvas.DashCanvas( width=800 ) ``` It would be nice to allow this...

I am creating a scatter plot in `plotly==6.0.1` using the following code and underlying data: ``` # Code for "Daily Views" trace fig = go.Figure() # Create a Plotly figure...

bug
P1
cs