Cao Yi

Results 7 comments of Cao Yi

Just to clarify: the code snippet above activates both pan and rectangle behavior for the image loaded into canvas (as shown below in the screencast). ![app](https://user-images.githubusercontent.com/35306149/74553913-4993dc80-4f26-11ea-8dd6-03f166a9ad67.gif)

A bit more explaination: Since Canvas only provides customized setting for it's own width and height. At this moment, we're unable to figure out a workaround to maintain scale aspect...

This also happens on the example on the [docs](https://dash.plot.ly/canvas), Although it looks a bit skewed and unnoticeable at this moment, an error is raised for updating dash component when pencil...

Updates: I re-deployed on playground and gallery using my own account and both of them worked, https://dash-gallery.plotly.host/dash-salesforce-crm/ The original token from previous account is invalid. To avoid further downtime We...

Already fixed. This is a recurring issue that this app still have a chance to be brought down at an interval of every other month, because the password and token...

Did an initial try out on whether connection to mapd database could be passed into sqlalchemy `create_engine()`, in order for construction pool, unfortunately it fails because **dialect of mapd isn't...

Updates about this issue: https://github.com/plotly/dash-image-processing/pull/7 allows using interoperable key from GCP bucket with boto3 python client, so both s3 and gcp bucket are supported for now with only two line...