dash-core-components
dash-core-components copied to clipboard
OBSOLETE: now part of https://github.com/plotly/dash
I have a 3D graph showing two data sets; let’s call them ‘trace 0’ and ‘trace 1’. I would like to access the clickData of 'trace 0' only. The problem...
I'll open this here but I am aware that you're using [AirBnB's react-dates](https://github.com/airbnb/react-dates/issues) so I'll start here and then open an issue there if it's not something that can be...
Is there any work being done on restricting the number of characters or digits being entered? For example: restricting the user to input 0-99 and 2 decimal places. At the...
There is no way to change the language used for this component. For instance, I would like to be able to set the locale to 'fr_CA' to render the dates...
Hello, I'm having issue visualizing the DatePickerSingle function correctly as shown below. Not sure what's the issue here.  I'm using the following version of dash: dash 1.16.2 dash-core-components 1.12.1...
As stated in the `dcc.Markdown` documentation (https://dash.plotly.com/dash-core-components/markdown) you can use > highlight_config (dict; optional): Config options for syntax highlighting. highlight_config is a dict with keys: > theme (a value equal...
I haven't looked into this yet, but this was reported by the community this week: https://community.plot.ly/t/interactive-graphing-not-working-with-dcc-tab/13852
The dcc.DatePickerSingle() is not able to define the calender popup position, by default, it's bottom. Is that possible to set 'top', 'right', 'left', 'bottom'? Also, for those who need this...
I notice a "bug" in the Loading component when trying to acheice the following: - A global wrapper around the "page-body" element that shows when loading a page (using dcc.Location)...
Hi everyone, Since the language of DataPickerRange component can't be changed, I am thinking if I can hide the calendar and make it looks like an input for the user...