How to add animated figures in to my Dashboard
@evileyelive wrote: Hello people, I am a newbie for plotly. Now I am working on creating a dashboard with plotly. I have added a few plots/tables. However, I also wish to add an animated figure into...
View ArticleHow to fix 1st column and 1st row in dash table
@ajeeteshmishra wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View Article:mega: Announcing Plotly.py 4.5 for Dash
@nicolaskruchten wrote: (cross-post from the Plotly.py channel) I’m excited to announce that Plotly.py 4.5 is now available for download via pip and conda! For up-to-date installation instructions...
View ArticleIs it possible to throw exceptions to generate modal dialog on the UI?
@DavidATX wrote: Hi All, Let me preface this question with an explanation - yes, it can be done by setting up a Modal window and having multiple Output which triggers the Modal window to be displayed....
View ArticleAuthentication - BasicAuth for only one page in Dash
@varunman wrote: Hi, I’ve managed to include BasicAuth for my Dash app and it works fine. I have 4 pages in my app and i want to use authentication for only one of those pages and not the entire app....
View ArticleWhere are the pictured switch components on the dash_daq homepage?
@neoncontrails wrote: The pictured components are styled very differently than dash_daq.ToggleSwitch and dash_daq.BooleanSwitch. Is this a preview of things to come, or are the alternate styles just...
View ArticleCSS Styling of Output graphs
@etjkai wrote: I make reference to the interactivity feature in the following link: https://dash.plot.ly/datatable/interactivity I understand for interactivity, there is an @app.callback decorator,...
View ArticleRetain data after refresh or close the app
@agarzon wrote: Good morning people. I need to save the info in a html.Label in my app, in a way that it maintains the same after refresh the page or close it and reopen. I remember to see a post in...
View ArticleHow to correctly use @app.callback function?
@Illmatic wrote: I am using Dash to display several data sets that are connected to another. When the user clicks on a point in the main plot the three sub plots are changed accordingly as is shown in...
View ArticleClick on a button should display informationon other page
@Sam2 wrote: I have a side navigation bar and I have different page-links(dbc.NavLink) under it.When I click on one button of a particular page.Some information from this page should be displayed on...
View ArticleInfinite Loop with RadioItems + SQL Queries
@LucaR wrote: Hello Plotly community and thanks for the amazing product, I am enjoying Dash a lot! Anyway I am not an experienced programmer and I apologize in advance if I am asking something stupid....
View ArticleHow to use the pattern attribute of an Input?
@gvallverdu wrote: Hello I try to use a regex pattern to check the contains of an Input field. I want to check if the string is a True Hex color (to save space I would like to avoid the color picker...
View ArticleHow to plot as may outputs as elements of a returned array?
@MikeP wrote: I want to create an interactive news feed as one may have in twitter. To that extent I was thinking about creating a multioutput callback. However, by definition, at the very beginning I...
View ArticleDASH Deployment: HELP!
@maxrottersman wrote: I need some help. Since my first Medium article about DASH (no help there), I’ve been working on part #2 where I automate data collection and then serve up the DASH app on an...
View ArticleMulti-Page App callbacks not registering
@SGlascott wrote: Hey all, I am working on my first app, but I am having trouble with the routing and registering of callbacks for new pages. I have read a few articles on the subject such as:...
View ArticlePre-select point in graph on loading of
@Illmatic wrote: Hi, I am wondering if it is possible to pre-select a specific point in a graph on loading of the app. Is there an easy way to do this? Posts: 1 Participants: 1 Read full topic
View ArticleHow to restore the values of current page when user moves to the next page
@Sam2 wrote: I have two pages and when I perform some action on page1,a table is generated.When, I move to page2 the values in page1 are erased.How do I restore page1 values? Posts: 1 Participants: 1...
View ArticleWhen deleting number in input field, field is not reset to None but zero
@sabrina wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleFeature request app.ResetOnPageReload
@maxrottersman wrote: I believe the project I’m working on would benefit others. In this project, a cron job gets the latest bitcoin value every minute, from an CryptoCompare API call, and writes it...
View ArticleShow and Tell - Portfolio Asset Allocation Visualizer
@AnnMarieW wrote: Hi Here is an app I’m working on: www.wealthdashboard.app This page shows how different asset allocations (cash vs bonds vs stocks) perform over time in different market conditions....
View Article