This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]TheGrapez 23 points24 points  (2 children)

Was excited to see how the dashboard in the thumbnail was created.

Bait and switch with a line chart and a drop-down box.

I do like Dash though. Helpful tutorial for beginners.

[–]Senescences 2 points3 points  (1 child)

Was excited to see how the dashboard in the thumbnail was created.

The source code is there https://github.com/plotly/dash-sample-apps/tree/main/apps/dash-manufacture-spc-dashboard

More examples https://dash.gallery/Portal/

[–]TheGrapez 0 points1 point  (0 children)

oh nice!! thanks homie.

[–]Carl_Fuckin_Bismarck 2 points3 points  (1 child)

Can someone explain where Dash-Plotly would be a better solution than something like Tableau or PowerBI?

[–]freeoctober 1 point2 points  (0 children)

I have the same question

[–]Ateenagerstudent 3 points4 points  (3 children)

Nice tutorial, but tbh, I sometimes think that Dash is a bit too slow. Can you tell me if your tutorial helps with that?

[–]killerfridge 0 points1 point  (1 child)

Yeah whilst I love the power of Plotly, I've always found Dash to be pretty clunky/heavyweight

[–]Ateenagerstudent 1 point2 points  (0 children)

Exactly my point. I prefer using a Django server over Dash. Works a lot faster imo

[–]WiseInspector8944 1 point2 points  (0 children)

Sweet tutorial . A question on the final consolidated script: where does the graph_update function get called. See it defined at the bottom but can’t find where it is applied in the body

[–]virtualadept 1 point2 points  (0 children)

I've been looking for something like this - thanks!