Creating a data filtering and visualization app

Hello !

I need to create a simple visualization app :slightly_smiling_face: I have to use financial databases, and create a tool in order for a user to :

  • filter the database (simply enter a starting date, ending date, or other really simple filters)
  • show the filtered database
  • show a small responsive dashboard with chandeliers graphs, a small box with info

Will this all be accessible with Dash open source, doing callbacks between the filters and the figures ?

Thank you so much for your help