dash-core-components icon indicating copy to clipboard operation
dash-core-components copied to clipboard

OBSOLETE: now part of https://github.com/plotly/dash

Results 112 dash-core-components issues
Sort by recently updated
recently updated
newest added

I am trying to run the core-components demo on my machine (OSX 11). I followed the readme setting things up. ``` git clone https://github.com/plotly/dash-core-components python -m venv venv && ....

nytimes has a nice countdown badge that tells the user when the data will update: ![Screen Shot 2020-09-01 at 5 59 22 PM](https://user-images.githubusercontent.com/1280389/91919935-6999ac00-ec7c-11ea-9d5b-aea7d7f714f2.png) This might be a nice built-in component...

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...

Ability to use callbacks to load the tab contents (so as to reduce the amount of data traveling over the wire) but then preventing the call to the backend if...

While testing async component loading functionality in Dash for R, an app which uses `dccGraph` and `dccDropdown` but not `dccDatePickerRange` or `dccDatePickerSingle` appeared to load `async~datepicker.js` anyway: ![Screen Shot 2019-12-16...

bug

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

(probably this feature would not be implemented in dcc directly, but I'm posting this feature request here because this is the closest repo) At the moment, when users want to...

Cannot have empty input for the `DatePickerRange`. If trying to `select all` then `delete`, the original date repopulates the field. If `deleting` character by character, as soon as the last...

Hi, I'm using a dash multi page app and I've created a custom navbar. For which I've essentialy copied link.react.js. And until now everything worked fine. But since version 1.3.1...

In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set `max_date_allowed = datetime.today().date()`, but in the calendar, yesterday is the maximum...