Hannah Ker

Results 7 comments of Hannah Ker

I've also had a report of this error coming up with a slightly different stack trace: ``` “Traceback (most recent call last): File "/workspace/app.py", line 2, in import dash File...

I've tested this out a bit further and it does seem to be present in other cases when the axis has a title. Even before zooming (in the first screenshot)...

The `dash-extensions` `EventListener` works like a charm for this! Similar to @S0mbre, you define as : ``` EventListener( events=[ { "event": "keydown", "props": ["key", "ctrlKey"], } ], id="keybind-event-listener", ) ```...

Wow thanks @archmoj @emilykl I was literally just looking for this feature this morning! 🥳

Seconding this as a paint point when getting started with the beta API! It took me a while to figure out how to accept the correct license, so a link...

Thanks for the reminder on this one. I'm no longer working with Plotly and so not in a position to test this anymore. Perhaps of interest to @cleaaum!