Looking for a python trainer
I have basic python and need to hire a python trainer to speed up my long term project. Please contact me for more details. 1 post - 1 participant Read full topic
View ArticleVertical tabs-How to display graph next to tabs
graph1410×983 15 KB i have try this code but it seems the graph no show properly app.layout = html.Div( [ html.Div([ dcc.Tabs(id='tabs', value='tab-1', children=[ dcc.Tab(label='Dashboard',...
View ArticleHow to dash daq elements responsive
Is there any way to make dash daq elements responsive in dash? please advise I am unable to make the dash daq elements responsive. 1 post - 1 participant Read full topic
View ArticleUsing Material Design Icon
Try to add material design icons. it works like this: dash_dangerously_set_inner_html.DangerouslySetInnerHTML(’’’ face ‘’’) Any way to make the work with html.Img? 1 post - 1 participant Read full topic
View ArticleUpdate Subplot X Axes Ticks - Dash
Hi guys, I’ve made an app that primarily consists of 1 figure of subplots generated from Plotly Graph Objects - the x values of the traces are dates, & Plotly automatically sets the x axis ticks...
View Article:mega: Announcing Dash HoloViews
I’m happy to announce the release of Dash HoloViews. This collaboration between the HoloViews and Dash projects makes it possible to build certain classes of interactive Dash applications without the...
View ArticleDash Pivottable Not showing Totals
Hi, Is there a way to turn off the Totals Column in a Dash Pivottable component using the Table Renderer? Thanks 1 post - 1 participant Read full topic
View ArticleCan dcc.Textarea or html.Textarea support css style text?
Can Textarea support css style text? For example, if my str output to Textarea : str = '<h1 style="color:blue;">This is a heading</h1>' Currently it will print the whole string directly,...
View ArticleIS Conditional formatted table with combined with specific dropdown possible?
Hi, I have a dashboard and in this dashborad on some steps there are few algorithms that find some observation and label them as them group1 group2 and group3. And my other dropdowns are picking...
View ArticleDash Clientside Callbacks
This may seem like a really stupid question but here it goes: I have a machine learning app, where the model that is trained is dynamic. The model is to forecast covid-19 cases, and as the number of...
View ArticleUsing Plotly for displaying missing data
Hi all, I will appreciate any ideas of presenting missing data using Plotly. I worked with missingno (https://coderzcolumn.com/tutorials/data-science/missingno-visualize-missing-data-in-python) but...
View ArticleHelp with Error - Django-Plotly-Dash
My venv was accidentally deleted and now my project won’t work properly. I didn’t change any code, just lost all my packages. I’ve reinstalled according to the tutorial, but, None of my Dash apps will...
View Articlehelp for newbie
help i’m new to this and i don’t know how i could graph a ternary contour in julia, does anyone know how i could do it? 1 post - 1 participant Read full topic
View ArticleFigure/Traces not Updating via Callback
Hello! I’m working on building a dash app for analyzing long-term spacecraft telemetry and am coming across an issue where the figure traces are not updating upon zoom. Due to there being a large...
View ArticleProblem when making a multiline px.line() plot with time axis
Hello, I’m making a dashboard for environmental monitoring. Essentially the task consists is: (on the y axis) plotting the concentrations of a given pollutant and for (possibly multiple) monitoring...
View ArticleHtml.table([]) number of ids depending of the data
Hello everyone, I’m working on my first application with Dash. I already posted a message previously and I got some help, thank you very much again. For now, the app is displaying a table filtered by...
View ArticleCheck lists on different lines
I want all of my check lists to be on different lines but right now they are right next to each other. If I add html.Br() in between checks it breaks. I’ll include my current code and a picture....
View ArticleModal pop up when user wants to add a new row to the table
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleModal pop up when user wants to add a new row
I want to give user the ability to add rows with a click of button, and when he does that a pop up should appear with where he would enter the values of all the columns. And then click save to save...
View ArticleDeploy Dash to Heroku error “Failed to parse 'app.server' as an attribute...
I have been trying to deploy my Plotly-Dash app to Heroku using Heroku Git (git push heroku master) but it’s not working. My dash is a multi-page application called “sales-dash-analytics”, with the...
View Article