Memory Leak in Plotly Dash Gauges dash_daq.Gauge (when using custom ranges...
When the dash_daq.Gauge object’s color is set to something like - {‘default’: some color, ‘ranges’: some ranges} and the callback uses n-intervals to update the color, there’s a memory leak (the GPU...
View ArticleClick button after n interval do something
I want to develop a button after I clicked it, after 5 seconds it will do the command that I code. how can I do that? I tried using dcc.Interval and it does not the job 1 post - 1 participant Read...
View ArticleRelative order of elements breaks with position fixed
I want to have a navigation bar on top of my screen and two tabs starting right below the navigation bar. When I use the style-element position: fixed for the nav bar however, it changes the relative...
View ArticleIs there a way to change the default color cycle to a list of other hex...
Currently, when you plot lines, the colors are blue, orange and green. How do I change this to something else? 1 post - 1 participant Read full topic
View ArticleInteractive Periodic Table
Hello, I’m looking at creating an interactive periodic table to interact with my plots. I’m wondering if anyone has built any for Plotly? My search has been unsuccessful. I simply want a user to...
View ArticleDash App Usage Analytics
I’m usually interested in understanding the usage of my apps, and I use logging for that. I like to know: Are people using Dropdown A or B? Or are they mostly using Slider C? What are the most...
View ArticleCSS font size and bootstrap modal size changes when deploying compared to...
I have created a web app using plotly with CCS files in my assets folder. When running the app locally it all looks great. However, when uploading to AWS on Elastic Beanstalk my font sizes get quite a...
View ArticleBug: Horizontal browser play using dbc.Row
I have just upgraded my system to: dash 1.17.0 dash-bootstrap-components 0.10.7 dash-core-components 1.13.0 stealing the top example from...
View ArticleHover display values on multiple figures
Hi there, I have two plots. I’m trying to have hover on one plot trigger hover over another plot at say same ‘x’. I went through the community forums and guess that it is not possible. If it is...
View ArticleDash datatable inherit height from parent div
Hey everyone, I would like to place a table and some controls inside a parent div. I would then control the size of the parent div and let the table and controls receive a fraction of the height of...
View ArticleBug: html.Div and dbc.Row output does not vertically align
EDIT: I thought I had double-checked this before posting, but the problem I reported was definitely caused by my own: .row { margin: 0; } modification required to solve Bug: Horizontal browser play...
View ArticleWARNING: This is a development server? How to set up a safe environment...
I recently started getting into the the dash library and I’m a little bit confused about this warning I’m getting: WARNING: This is a development server. Do not use it in a production deployment. If I...
View ArticleManually specify color of each point for scatter plot
Good afternoon, I need to draw a scatter plot with manual specified color for each point (e.g. the color of the first point should be red, the color of the second - blue, the color of the third again...
View ArticlePlotly does'nt work with large data in Shiny
Hello, I am confronted with a problem with plotly. The flyover is rowing extremely on large dataset. When I use a small dataset, everything works perfectly. But as soon as I apply the same code to a...
View ArticleWhy my graphic did not show?
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleDash multipage app server issue - dash.exceptions.NoLayoutException
Following guidelines to structure a multipage dash app here: https://dash.plotly.com/urls Trying to replicate and adjust following the example in the link, adding one layer on top for execution. It...
View ArticleDash Table pagination buttons
Hello, Is it somehow possible to style the table pagination buttons and if not, to disable pagination. I tried it with css style like this: dash_table.DataTable( css=[ {'selector': '.row', 'rule':...
View Articlego.Scatter vs go.Scattergl
Hi there, I was wondering if there was any kind of guidance on when to use go.Scatter and when to use go.Scattergl? Is there a cutoff of number of data points when one is better than the other? Any...
View ArticleCytoscape - edgelengths as a function in Python
Hello, I am trying to create a physics direct network graph using Dash Cytoscape. I have tried using Cose, Cose-Bilkent and now Cola, but my issue is that I cannot get the edge lengths to be cleary...
View ArticleSave/load layout of dropdowns and values after page refresh or tab change
Hello, I generate new Dropdowns via a Button and a Callback like this : @app.callback( Output('category-dropdown', 'children'), [Input('add-item', 'n_clicks')], [State('category-dropdown',...
View Article