Machine learning charts quicker only when I click on another tab and back
Dash employing quantum mechanics? I’m doing some machine learning with dash, and there is some substantial overhead as it takes 1-2 mins for it to update. However, If I click on another internet tab,...
View ArticleAbout data download
In my dash app, I have a dowload page, with hundreds of links to files.When I click the link where I want to download the appropriate file, I can’t get the link which is clicked last. Is there a way...
View ArticleDash application for multiple users
Hi everyone, I have a question about how can Dash show different plots for different users. I have created a dashboard with user login page. For example, if there are two users user_A and user_B,...
View ArticleDeprectated warnings using “Writing your own components”
Hi, I’m creating my own react components to be used in dash as described in Writing your own components. Works great Since we plan on using this in production I’m a little concerned about the warnings...
View ArticleDash DataTable with Multi-Headers from JSON
Hello. I have json from other api: [ { "unit": "Shop1", "data": [ { "mounth": "September", "sales": 4157743.43, "bills": 2075, "mid_bill_price": 2003.73, "coast_bay": 2912707.99, "markup": 42.74 }, {...
View ArticleMake a dropdown menu using df columns as options
Hey there, I´m trying to create a dropdown menu using the df column names as options, also need to update the pie plot depending of the selected option… Here´s the code: i = 0 # Counter for col in df:...
View Article:tada: Plotly's DevOps Team is Hiring!
Are you the next Plotly hire? We are looking for full-time engineers to join our DevOps team. You will develop and enhance our core products by using our world-class open-source software (2M+ users...
View ArticleHow to style a merged Header in a dash datatable?
Hi All, Im quite new in this Dash and Im loving it…I was going through the dash datatable features and I would like to know how can we format the merged headers?? Below pic is Im trying to accomplish...
View ArticleChange attributes svg image on a dash application
Is there a possibility to embed SVG-source code and change dynamically the attributes ? I have made this SVG : <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"...
View ArticleDatalogging callback system
Hello, I was hoping to get some advice on how to configure a callback for logging live data into a CSV. I have live data coming in from 5 instruments which I want to continuously log to a single row...
View ArticleID not found in layout for dcc.Upload() example but callback works. Why is...
I am using dcc.Upload dcc.Upload( id='upload-data', children=html.Div([ "Drag and Drop or ", html.A('Select Fasta Files') ]), style={ 'width': '100%', 'height': '60px', 'lineHeight':'60px',...
View ArticleOverflow style header
hi I want to ask how can I show the content of the header without overflowing the width? image1920×113 11.3 KB at the right the “Diperbarui” it only shows “Diperbar”, any suggestion how to fix this? I...
View ArticleDash not rendering figures with custom mapbox styles
I’m having a hard time making dash render mapbox figures that use a custom mapbox style By “custom mapbox style” I mean using a mapbox url like this: fig.update_layout( mapbox=dict(...
View ArticleMy callback is slowing down my dashboard a lot, is it possible to create a...
Greetings, I’m trying to see if it’s possible to implement my callback using client side javascript. I noticed on the https://dash.plotly.com/clientside-callbacks documentation, at the bottom, it...
View ArticleDash server for experiment control
I’m developing an interface for controlling and capturing data from scientific instruments in real time. We have several experiments set up with the same instruments. All the instruments are connected...
View ArticleList of values inside DashTable cell
Hi, Is there a way to display list of values (e.g. [1, 2, 3]) as cell content? When I try naive approach they are displayed without any separator i.e. as 123. Displaying works correctly with...
View ArticleConditional Styling with variables
Hi guys, I am building a styled datatable, where every value in each column is compared with a specific value that is different for each column. If, for example, a cell in column A is higher than...
View ArticleAttempting to connect Dash app with third party api
Any idea how to convert the html example below into something more Dash-friendly? (The script tags are written as words because this page converts tags to html, and you wouldn’t be able to see the...
View ArticleToast or simliar component that returns something on close
I’d like to create a ‘advanced settings’ popup to keep my main dashboard clean from rarely used settings. To do so, I though of a dbc.toast component with some inputs from dcc.Dropdown, dcc.RadioItems...
View ArticleChoropleth Map plots as intended with .show() method but appears empty...
Hello everyone! I’m developing a dash application to display some geographical data on a map of the Minas Gerais state here in Brazil. So i’ve got the appropriate .shp files in order to draw the...
View Article