Badges in data tables
I’d like to use badges (example) in data tables where one or more columns use badges to display information. Has anyone done this with plotly dash? Looking for examples! 1 post - 1 participant Read...
View ArticlePython Dash data not loading completely on Heroku
Python Dash data not loading completely on Heroku Pipelines: Dash data loads correctly on localhost (code attached) with a value in 2017 up to 50 on the y-axis, but those values are not being...
View ArticleHow to wrap a dash table DataTable into multiple lines when I have too many...
Hi, I have a table for revenue targets of each week of the year, therefore 54 columns (or rows) that each contain a single value. I don’t like the scrolling bar and I want all the data to be visible...
View ArticleFormat setting for Farsi (Arabic) numbers
Hi dear Dash community, Is there any option to show numbers in Farsi (Arabic) in a dash datatable? I am using DataTable like below in a dbc.Container : dbc.Row( dbc.Col( dash_table.DataTable( #...
View ArticleUpdate Dash version on my computer
I would be grateful if someone could tell me how to update my version of Dash to the latest version. Thanks in advance, Daniel 3 posts - 2 participants Read full topic
View ArticleAdding markdown image in dashtable
Hello, I would like to create a dashtable with one of the columns haveing a markdown image like it is in the image: I have tried using the presentation of the column as markdown and type as text but...
View ArticleToggle between graphs and reset animation frame to 0
Hi, I am new to Dash and I am trying to implement something very similar to this. (section: Animated figures in Dash, see below for code snippet from link), but instead of dcc.RadioItems, I am using...
View ArticleChanging color of dropdown selected value.. Help! (dash 0.39.0, dash-core...
Hello all Im a new user. Ive managed to make a dash app. Im stuck on the dropdown. I can change everything about the dropdowns that i need apart from the text color of my selection. im using a...
View ArticleDash - Okta Auth - Bad Request 400 error
Hi all, I’m trying set up Okta auth on my Dash app. I use the dash-okta-oauth2 library. I managed to connect up my Okta app and the dash app, however I keep getting Bad Request (400) error from Okta....
View ArticleServe layout after Flask routing
Hello everyone, let me try to explain what is my issue in simple words and if it’s really solvable or not in a different way I already did but it doesn’t convince much. Because this is not a personal...
View ArticleUpdating Dash Datatable based on Scatter_Mapbox Selection
Hi, I am new to dash so my apologies for the basic questions. I have a map generated via px.scatter_mapbox. I have a dash data table that uses the same dataframe that fed the map. I would like people...
View ArticleHow would I automatically refresh a graph if the data changes?
Let me explain: I have a graph that shows email traffic over time. This graph is built by reading a .csv file, then converting that .csv file to a dataframe, then finally using that dataframe. I have...
View ArticleInvalid argument `id` passed into Dropdown with ID
I am not able to do Pattern-Matching Callbacks and I don’t know why. I get this error : Invalid argument id passed into Dropdown with ID “[object Object]”. Expected string. Was supplied type object....
View ArticlePossible Bug: Clientside Callbacks Triggering after Circular Callback
I have been trying out the new circular callback feature in Dash and have encountered an odd relationship between circular callbacks and clientside callbacks when they are sharing the same inputs....
View ArticleDynamic layouts break auto-generated callbacks
Dash==1.20.0 I have a function which: accepts (dash_app, component_id) as arguments, generates a Dash component and sets a callback on it, then returns the component. If used with a static layout,...
View ArticlePlotly.figure_factory table
I am looking for any sorting feature for plotly.figure_factory table. Does anyone know if this feature is available in plotly.figure_factory table ? 1 post - 1 participant Read full topic
View ArticleDash-table's DataTable and markdown hyperlinks
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleDash - Change trace values upon change in legend selection
Hello, everyone. I’m currently working on a dash interface, with standard functionality: select parameters from a bunch of dropdowns and hit a button. the callback function reacting to the button...
View ArticleNewbie here! Need help with visualizing 3D Scatter Plot
Hello! I am trying to visualize a 3D scatter plot and I am just in the debugging mode, I can’t visualize a 3D Graph. A dash window appears with an empty 2D chart. Does anybody have any tips? 1 post -...
View ArticleFiltering a Data Table with drop down boxes
I have a large dataframe that I’ve turned into a data table that can be used with callbacks. I then made drop down boxes with filtering options and I made a callback that would filter based on the...
View Article