Graph loads 2 minutes after the calculations
I’ve made a dashboard (Django Dash) with some long code that I can’t share. I’ve two filters, one of them is a dropdown filter where multiple items can be selected. Based on these filters, information...
View ArticleLine chart with plotly and streamlit
Hello, i appreciate your help in the below i am trying to plot a line chart with date (month and year ) on X axis and 2 lines , one for radiology fees and one for lab fees … but i need the total...
View ArticleOpen a new URL while tapping on an edge
How to open a new page when I click on a node. Lets say I have a graph with nodes and edges and I want to open “www.google.com” when I click on node A in Dash Cytoscape. Thank you! 1 post - 1...
View ArticleIncorporating Google Street View with Dash App
Hello, I have a dash app and would like to be able to add Google Street View (Street View Side-By-Side | Maps JavaScript API | Google Developers) to it, but the code that Google provides is in...
View ArticleDataTable height with fixed_rows
Hi, It looks like relatively simple thing, but could not figure it out myself. I have a Dash page, where main component is a DataTable. Key components looks as follows: app.layout = html.Div([...
View ArticleCallback input issue when the number of components are not the same
Hey all, I got a dropdown list from 1 to 5 values outputs. These values will update how many cards my dashboard will build. If two, or four, or just one, whatever… There is a button inside every...
View ArticleFont in Graph from CSS
Hello, I am trying to build a dashboard and customizing the font family with a CSS file. I am able to get the fonts correct for the H1, H2, etc. items, but for the graph titles and axes themselves....
View ArticleDash Callback Python
Can someone help me what is wrong here? I just want to update the graph in every 3 seconds to pull data from database. (Meaning that data is changing in the database) app = dash.Dash(__name__,...
View ArticleHow to fix H10 error when deploying Dash App receiving
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleCannot read property 'apply' of undefined - caused by clientside_callback
Hey guys, I’m building a web app that on the Mobile and Desktop some components will have different behaviors; I have implemented a JS piece code to get the screen size + the position of the user on...
View ArticleThe new long_callback decorator allow multiple inputs?
Hey guys, I was playing with the @long_callback decorator because I’m trying to implement a button that will be disabled and with a different text when the engine is running; I did understand how to...
View ArticleKeeping multi-page app in sync without background callbacks
I’m developing a multi-page app where I need to keep the x axes of graphs on several pages synchonized. My current solution (code at the end) works, but has a major problem which I could not yet...
View ArticleKeep Open Dropdown Menu
Hello, I have dropdown with 3 dropitems. When I select one of the items, menu closing automatically, is there any way to make open and close process manually? 2 posts - 2 participants Read full topic
View ArticleHow to update dcc.slider state with a play/pause button?
So we have a slider that is moving based on one second per unit of measure using app.clientside_callbacks. That is working properly but if the button is pushed to stop and then the slider is dragged...
View ArticleHow to plot different lines using formulas on the same graph with Dash
Hi everyone, Here is the problem I am struggling with, I want to plot different lines on the same graph using Dash, the line chart won’t show when I start the app. I have tried with px.line as well as...
View ArticleDropdown Reset after search
When I search in a dropdown and click a result, the value doesn’t pop up in the actual dropdown bar like it normally would. For example, if I were to search “AAPL” the result I would want after...
View ArticleData files from GeoJSON, marker clustering, Choropleth map, etc. examples
First, many thanks for your amazing work on the Dash Leaflet!!! This is obviously extremely powerful and potentially extremely useful in many many ways (and apparently becoming more so by the day)....
View ArticleDash Dropdown Out Click
Hello, do you know how I can keep dash dropdown menu active in out clicks to page? 1 post - 1 participant Read full topic
View ArticleDash Datatable Shifting on Selection
Hey everyone, So I’m having an issue in my Dash Datatables, wherein I would like the cell borders to not be visible, and I would like the selected cell to have a minimal border around it. I think that...
View ArticleDynamic text update during callback execution
Hello everyone, I’m trying to find a way to dynamically change dbc.Alert’s text during app.callback execution. layout = html.Div([ dcc.Upload( id='upload-data', children=html.Div([ 'Drag&Drop or...
View Article