Dash-okta-auth and dash-google-auth userinfo
Hi everyone, I’m still going in circles wit authentication inside my dash application.Although I can make both dash-okta-auth and dash-google-auth work out of the box (after proper configuration of...
View ArticleDash Bootstrap Components hold the pressed feature click in multiple buttons?
Hi There How can one enable the possibility of keeping more than one buttons pressed at the same time in a FormGroup() ? So far it seems than when one button si clicked the the others are released 1...
View ArticleShading a background a specific color
Trying to add a red shaded area to part of the background of the chart, that extends from the bottom edge to the zeroline. I know the y value is wrong, which is why the shading area looks funny....
View ArticleCallback of button within tab-content
Hey community, i´ve a small project and got stuck, search function and experiments doesn´t get me a single step further. My question: Is it even possible to have an callback for a button within...
View ArticlePage blinks when adding dash_table active_cell callback
Hi, When I made the components generated dynamically the page was blinking only once. Now that I added a callback it blinks more times, but I can’t find a way to fix it. Can someone help? I have the...
View ArticleRangeslider range changes after callback
I’m updating a chart using a simple callback that filters a dataframe. When I change the dropdown, the rangeslider updates to a range beginning at the year 2000. My time series begins 9/10/2020. Any...
View ArticleDjango-Plotly-Dash - how to get URL or Slug?
I want to include plotly-dash within a Django framework. I want to have one app incorporated into one HTML template that will present line graphs read as pandas dataframe from csv based on the slug...
View ArticleForm Submission with DataTable
Hi all, I’d like to know how I can include the contents of a DataTable in a Form submission. Following from the example given here, I’ve included a simple table as part of the form: import flask...
View ArticleTree Lattice Graphing?
I working on a project, and want to map out some trinomial trees like the one in the link. I cannot figure out how to approach graphing this, and was wondering how one might go about doing this with...
View ArticleFont-awesome in label for dcc.Tab
I wonder if it is possible to use font-awesome icons in a label (in addition to a text) for dcc.Tab component. I have managed to use it for buttons, like this: html.Button(['Submit',...
View ArticleBackend Data Filtering in Dash
Hi, I have a histogram and would like to add data, but only if the value of the data < 0. I’m using the following code to declare the data variable (x2) and then add it to the chart....
View ArticleHow to use column format specifier in DataTable?
Hi! For some reason, I cannot get DataTable to format numeric values correctly. I wonder what I’m doing wrong, could anyone help? Here’s a stripped down example of my data table: dash_table.DataTable(...
View ArticleCorrect usage of dcc.Link (and other external resources) in a component
Hello i’m in the process of building my first dash component, a custom navigation. I’m using the dash-component-boilerplate for this. I’m a bit stumped on how i should import external resources into...
View ArticleHow to enable selecting cell content with mouse?
I would like to be able to select the cell content with my mouse so that I can easily copy-paste it elsewhere. I’m not talking about cell_selectable property: I don’t want to select the cell as Dash...
View ArticleDatatable Horizontal Overflow Issues
Hey everyone, I’m working on a dash layout that places a plotly map next to a datatable on the same row. I’m utilizing the CSS from this sample app with some minor edits:...
View ArticleDynamic Input on forms
I want to make a form where the user can add new inputs if he needs. For example, a user is completing a form about his favorite food, and I have an Input for food, where he types Apple. Now, I have a...
View ArticleScatter_matrix demo page does not render correctly on Firefox 79.0 (Linux)
For some reason all the real content is missing on my browser here: plotly.com Scatterplot Matrix How to make scatterplot matrices or sploms natively in Python with Plotly. Other plotly pages work OK!...
View ArticleHow to remove the Dash app scroll bar when implementing onto a web framework?
Greetings, I have added my Dash app onto a simple Django website to check for functionality. I’m not much of a front-end expert, perhaps some of you already solved this problem and could also provide...
View ArticleKeep row fixed when sorting a datatable
In my datatable I have a TOTAL column, I would like to, when sorting by any columns using native dash sort, to keep TOTAL always on top. Is it possible to do it? 1 post - 1 participant Read full topic
View ArticlePrevent Adding Rows To Editable DataTable
Hi, I am trying to create a DataTable with fixed number of rows and columns but editable data. I was successful in creating the table as expected. But on later testing I found that when I copied more...
View Article