dash-core-components
dash-core-components copied to clipboard
OBSOLETE: now part of https://github.com/plotly/dash
Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find...
I have been Googling around for a while now, but cannot find any consistent thread on Docker containers making unsolicited changes to css rules. If there is a related thread,...
Because CSS has a top-down, one-way flow for selecting HTML elements, if the outer containers of components do not have a permanent `className` in addition to one set by the...
A nice update to the `Slider` component would be to have it be able to display it's current value. It could be toggled on/off with a prop like `display_value`, which...
It would be nice to have an empty arguement that we can pass json objects into. So on the python/R side we can store relevant data in the component instead...
Hi, I am struggling to use tab and Plotly Pie charts. I don't really understand what's going on with this code which used to work properly. My problem is the...
I have a callback that watches the value of a Dropdown (aka the "details" Dropdown) and outputs a set of divs into a "details div" based on that value. The...
If the time is set to `23:59:59.999999`, `min_date_allowed` and `max_date_allowed` show one day later. I use `Python 3.7.4`(Anaconda, Windows), and the package versions are `dash-1.12.0` and `dash-core-components-1.10.0`. ### Code to...
Hi, I was looking into ways to do graph animation with dcc.Graph, and realized `extendFrames` would be a good thing to have to avoid sending back the current frames as...
Hey guys, thanks for the awesome app. How can I use `dcc.DatePickerRange` to select the specific date with hours? like select the range from 2020/06/01 15:00:00 to 2020/06/01 18:00:00 not...