Alex Johnson

Results 41 issues of Alex Johnson

A new feature to be released in the next Dash version (1.14.0) is `update_title`. This requires a minor addition on the back end to avoid a breaking change, because the...

parity
size: 0.25

A couple of ideas came out of https://github.com/plotly/dash/issues/1441 - `type: 'text'` to allow you to display arbitrary text during loading - Is there some way we could display certain dash...

We've developed quite a melange of capitalizations in our prop names. Let's standardize on `snake_case` for everything in this repo. Our consensus is the only exception to this rule should...

Strange things happen if you attempt to use `responsive` just to let the graph width adjust to the window, no CSS to set the height. I'm reporting it here since...

bug

Spurred by [a CI run](https://app.circleci.com/pipelines/github/plotly/dash-core-components/643/workflows/698b9834-88bb-4ac2-8097-e0f51a89f04d/jobs/26676) where `test_graph_extend_trace` failed. I can't reproduce this failure locally, but my worry is that we're triggering one callback before the previous one has finished, and...

Currently the way to respond to zoom events, legend toggle events, etc. is to listen to `relayoutData` and `restyleData`. This gets super complicated though since it only contains the latest...

♥ NEEDS SPON$OR

`dash` should be part of `install_requires` on the Python side, and `suggests` in R. Probably `>=1.0.0`?

We track obsolete attributes in the schema, in a special `_deprecated` container - we should show these in the reference, with a prominent indication of this status. Their descriptions already...

plotly.js

Currently `valType: 'any'` attributes get labeled with `number or categorical coordinate string`. I'm not even sure if there's an attribute for which that's quite correct - was it meant for...

plotly.js

The html-like system we have for formatting text in plotly.js is getting more and more complicated, and is used in more and more places. see https://github.com/plotly/plotly.js/pull/1726 for the latest. We...