till-teb / expenses-management-tool

Management tool to analyse, visualize and forecast expenses.
MIT License
2 stars 3 forks source link

The Plotly Dashboard #42

Open l4nz8 opened 1 year ago

l4nz8 commented 1 year ago

I'm going to creating our dashboard with Plotly, as this Python library is also written with Javer, similar to Streamlit and thus brings a lot of interaction capabilities that are perfect for our project and that Matplotlib does not have. But to display our data in a reasonable way we also need data which is why this field is also a bit dependent on the data generator that @velixko is creating.

I would like to ask you to make suggestions under this post for possible graphs of what you want to map so I can start implementing them.

The first graphs we want to implement are:

adhamarif commented 1 year ago

I have few ideas to suggest:

Donut/Pie Chart:

Example: image

Double bar graph

Example: image

So far this all I have in mind. I will add more later if I find new ideas 😁

l4nz8 commented 1 year ago

Thank you, I will use the suggestions