Code for the Dash Autonomous Driving Demo
Hi, I am new to Plotly Dash. Is there Python code available for the Dash Autonomous Driving Demo dashboard showcased on the webpage https://plotly.com/dash/ ? I would like to use it as an example for...
View ArticleForm submission to server without reloading the whole page
Hello. How can I go about submitting data in an HTML form to Flask for server-side processing without reloading the entire page? My button: dbc.Button('Send', id='send', color='success',...
View ArticleHow styling headers in Multi-Headers DataTable?
My Table: row_data={('user_profile_id', '', ''): {0: 984, 1: 985, 2: 986, 3: 987, 4: 988}, ('email', '', ''): {0: 'egjkljgler@gmail.com', 1: 'dasdadaddcd740@gmail.com', 2: 'dasdadaddcd740@gmail.com',...
View ArticleIs it possible to inject elements into a custom html index?
Hello everyone ! i’m a new python dash user, on jupyterlab, and after some weeks of self-learning, i’m facing a problem on which i can’t found answers on internet : I’m trying to import html file to...
View ArticleiOS safari audio play permission
Hello I prepared this code to play mp3 file from callback It play on PC or iOS Firefox ,however not play on iOS Safari. It looks like iOS Safari has limitation to play audio. I found several technic...
View ArticleGraph Circle Shape disappears when editable=True, xsizemode="pixel",...
Hi Plotly/Dash Community, I have a dash app which has a Dcc.graph candlestick chart, along with some circle shapes. When I use the parameters xsizemode=“pixel” and ysizemode=“pixel” to make the circle...
View ArticleHow to implement a loading component to a dropdown menu
Hello, I have an Index app with a drop down menu. Once one of the options has been selected the new layout will be loaded. Now I would like to add the dash loading component which will be activated...
View ArticleExternal layouts in Dash Cytoscape
I have been wanting to test out the ‘ELK’ layout in Dash Cytoscape, and I was wondering whether there is a way to include external layouts without having to alter the Dash Cytoscape package itself....
View ArticleIs there a way to embed Dash app into web application without using iframe?
Hey, Is there any way to integrate a full dash application written in python in some web application? I know how to do that with Iframe, but I wonder if there is any way to do that, maybe with react...
View ArticleUsing local css file AND dash.bootstrap component
Greetings I am trying to build an app where I am using a CSS3 file AND dash_bootstrap_components. I have tried the following line of code (from a previous post) app = dash.Dash(__name__,...
View ArticleCreating a 3D button pop-up effect on the selected tab
All – I would like to create a 3D button pop-up effect on the selected tab of my tabset, which involves thickening and darkening the bottom and right borders (done) and making the tab identification...
View ArticleHow to reduce the minimum constant drag distance of 8px (minDrag) in editable...
In my Dash api I automatically generate plots with shapes like rectangles, lines and paths. And I need the user to readjust the shapes if necessary, so there is an edit button that makes them...
View ArticleGetting a button to change state to disabled while calc is running
I have a Dash app with a button which triggers a calculation. The calculation itself takes about 20-30 seconds and I would like the button to change state to disabled and a spinner while it’s...
View ArticleIs there a way to use Css files outside the assets folder? / Have multiple...
Hi guys so I have been working on quite a big project and it’s really messy to put all the CSS files inside one folder when my project is divided into a lot of folders for example: -- assets # folder...
View ArticleCreate network graph with cytoscape.js
Hey hey, i am completely new to programming and now i have the task in my bachelorthesis to write a module in python for visualisation of a energy system network written in python and so I found out...
View ArticleList of component_property
Hi guys, I have the problem with dash component_property as here: but I can’t find any documentation on how to choose the right component_property. Please help me 1 post - 1 participant Read full topic
View ArticleIs that possible to use plotly Cytoscape and show the data points on a map?
As the title, I am working on a network analysis project and have used the Cytoscape to present the different city data. Then I realize that the background is pale. Let us just simply use example from...
View ArticlePandas Multi Index and Dash DataTable : How to separate the same index?
Data : import dash_table import pandas as pd import dash row_data={('id', '', ''): {0: 984, 1: 985, 2: 986, 3: 987, 4: 988}, ('email', '', ''): {0: 'aa@gmail.com',1: 'bb@gmail.com',2:...
View ArticleHow to visualize mutual information to the same ID
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleBoolean toggle switch doesn't update
I am using BooleanSwitch in my Application. My application has multi-tabs and pages. Here’s the structure for more clarity - app.py index.py - pages --- home.py - tabs --- tab1.py --- tab2.py In...
View Article