plotly-dash
Here are 301 public repositories matching this topic...
-
Updated
Sep 30, 2020 - JavaScript
Most items coming from questions on the community forum
- a proper multicategory bar example based on https://community.plotly.com/t/multicategory-axis-type-example/26392
- example of shape or annotation covering several subplots thanks to
xref='paper'
. Also the shapes and annotations tutorial should link to each other. - orthographic projection example in 3d axes tutorial (or
-
Updated
Sep 27, 2020 - Python
-
Updated
Jun 9, 2020 - Python
-
Updated
Dec 6, 2019 - Python
Sample code
Please checkout how the sample test cases in:
References
Get started with testing python
Write Professional Unit Tests in Python
Web Automation Tests with Selenium
-
Updated
Sep 27, 2020 - JavaScript
Hi,
I'm new to plotly dash and I've googled but I don't see a way to make a filter a dropdown akin to excel filters.
I've seen people do "hacks" but this should be the default behaviour out of the box (or at least a setting).
I'm currently evaluating plotly dash vs tools such as metabase and metabase has this out of the box.
From a UX pov, filters with a dropdown is a huge win and impo
An issue to collect data and tasks needed for adding binance
-
Decrease Callback/ Load Amount to 1 in #40
-
Analyze compatibility
Needed changes in Data call?
Needed changes in Data storage (Multiple times same pair e.g. "ETH-USD") -
Discuss form of presentation
Original:Send all data to client, and hide/ show selection on clientside with js?
Update: Sending all data s
-
Updated
Mar 29, 2018 - Python
-
Updated
May 19, 2020 - Python
-
Updated
Oct 1, 2020 - R
-
Updated
Sep 30, 2020 - Python
-
Updated
Sep 18, 2020 - Python
Hi,
It would be nice to have the capability to expand/collapse nodes similar to https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse.
Thanks.
It appears that if one uses the dcc.Upload.contents property for triggering callback, it fails when the user tries to upload the same file again, due to the content is the same.
I would imagine that a property similar to n_clicks
should be provided to trigger callback on each upload event.
Versions:
dash 1.12.0
dash-core-components 1.10.0
dash-html-compone
-
Updated
Nov 3, 2019 - Python
-
Updated
Sep 25, 2020 - CSS
-
Updated
Sep 24, 2020 - Julia
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 25, 2020 - Python
-
Updated
Oct 22, 2019 - Python
-
Updated
Aug 6, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the plotly-dash topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plotly-dash topic, visit your repo's landing page and select "manage topics."
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 date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E