Graph are different in notebook and Dash
I create a function to plot data in python. I can use it in Notebook (for analysis) and now in Dash. But there are some differences in display between notebook & Dash. Both have same data and...
View ArticleAnnouncing dash-slicer, a tool to visualize 3-D image data in Dash
Hi all, we’re excited to announce dash-slicer, a library to visualize 3D image data! It provides slice views along a given dimension, and allows multiple such views to be linked, to help with...
View ArticleChange Graph Parameter based on viewport size?
Hello there, I have a px.choropleth_mapbox of which I’m controlling the width and height with CSS media queries. However, I’m not able to find a decent zoom parameter value that is suitable for both...
View ArticleHoloViews Animations in Dash?
I’ve never used HoloViews before, but it appears to support animations. Is the to_dash() function able to generate plotly|Dash animations? 1 post - 1 participant Read full topic
View ArticleDropdown Cells Not Displaying Dropdown Values in DataTable
Hi All, I need to create a DataTable that’s going to require a fairly elaborate amount of editable inputs on a row-by-row basis. Many of which need to be dropdown menus with pre-defined values. I am...
View ArticleAdd a color border to a specific polgygon in a plotly choropleth map
I plotted a choroplethmap with the following code: fig = px.choropleth_mapbox(df, geojson=df.geometry, locations=df.index, color="valu1", color_continuous_scale='RdBu', mapbox_style="open-street-map",...
View ArticleDash application snapshots/thumbnails
Hey everyone! We’re working with multiple dashboarding solutions and are looking into possibilities of creating an index page which would show a clickable thumbnail / snapshot of each app. This is...
View ArticleHow to change the colour of different columns based on value of a specific row
Hi, I have a data table to be displayed. I want to show different columns in a different color based on specific row values. IS that possible? 2 posts - 2 participants Read full topic
View ArticleHiding a specific row from user view dash datatable
Hi, I want to hide a specific row index from the dash data table. For the hiding column, “hidden_column” is available. Is there a way to do that to a specific row? 1 post - 1 participant Read full topic
View ArticleHow to suppress the dash log messages
Hey all! I would like not see the following logging messages in my log file. As I do not know what is the name of the logger that dash uses, can someone with the knowledge point me in the right...
View ArticleChanging `open` property of `html.Details` in a call back
I have a html.Details object in my layout. Depending on the actions I want to automatically open or close this group. When I put it in a callback output, I get an error saying that the open property...
View ArticleHow to Access Bounding Box Coordinates of Plotly Mapbox figure?
Hello, I am trying to access the coordinates pertaining to the bounding box of a Plotly Mapbox figure (essentially the min and max latitude and longitude in view at any given time). Does anyone know...
View ArticleWebbrowser.open(...) in DASH app in debug mode causes two identical web pages...
Hello, I’m new to DASH and just learning the ropes. I’m developing a DASH app with Pycharm I wanted to set it up so that the app automatically opens the browser and loads the page when the program is...
View ArticleMapbox-gl license change
[https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md#200] Since many users are using mapbox map functionality, It would be great to here any thoughts from Plotly around the recently...
View ArticleToggleSwitch moves too far to the right
When moving the toggle switch to the right position, it doesn’t look good visually. Left position: Right position (notice how the toggle moves too far over): The documentation and other example apps...
View ArticleDASH app producing error, but python function works outside of the app
Hi I’m trying to create a DASH app to pull financial data from yahoo finance. The code is below. If you take the code in between “ticker = args” (and replace this with either an input function ,or...
View ArticleAdding Cesium app to Plotly Dash Doesn't Work
Hi, I’m trying to integrate Cesium into my Plotly Dash application but it doesn’t render the Cesium app in Plotly Dash when I run this locally from my Jupyter notebook. My python code is as follows:...
View ArticleDash layout image sizing issue
Hi - I’m trying to get my plot background image to be correctly sized. I have set the layout image size (sizex), position (x) and coordinate axis (xref) attributes correctly as far as i can tell....
View ArticleStrip ticker label
Hi Everybody, I’m wondering if it is possible to build something like this: Image1250×45 3.59 KB A strip that constantly moves showing different information. I thought the solution should be in...
View ArticleHelp with Pandas pd.read_html
Hi I need some help with Pandas pd.read_html I have this code that takes the Income Statement table from a specific Company ticker import pandas as pd from bs4 import BeautifulSoup import requests def...
View Article