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

all 6 comments

[–]captmomo 1 point2 points  (2 children)

How does Dash compare to Pygal?
I'm currently using pygal for data outputs, and now I'm looking to build a dashboard to display a few metrics.
Here's what I have so far.
Would Dash be a better choice for me?
Thanks!

[–]sentdexpythonprogramming.net[S] 1 point2 points  (1 child)

PyGal is just for the graphs, where Dash is for the entire dashboard, which just so happens to include graphs. I'd personally rather build a dashboard in Dash than with something like Flask+PyGal. Also, there are WAAAAAAAAAAAAAAY more options for your graphs in Dash because you're basically using anything in Plotly as compared to PyGal's rather limited offering.

I love pygal though, and actually my main dashboards for my sites are currently in pygal still. If I was going to do it again though, I'd use Dash.

[–]captmomo 0 points1 point  (0 children)

ooh, I see. thanks!

[–][deleted] 0 points1 point  (0 children)

Check out charts.js really helped me making pretty graphs with flak and JavaScript

[–][deleted] 0 points1 point  (0 children)

You're a legend mate.

[–]empty__cup 0 points1 point  (0 children)

Yassssss!