Reputation: 279
I want to build a web page that should contain some charts(bar, line, pie,etc.).I know the basics of Django. (i.e) how to create an app, model and other kinds of stuff. I have gone through Charts.js, fusion charts on google. But I cannot figure out how to build a dashboard with my data in MySQL database. Is it possible to create web dashboards using the data from the database (and also from excel files)? If so please guide me.
Thanks
Upvotes: 0
Views: 2095
Reputation: 68
you can look at dash, it's an easy py framework specialized in build web apps with charts, here is one of the ways you can use to connect your database with your app
Upvotes: 1