Use .csv file as the source for a dashboard chart?

Thanks so much @Andrei. - Great job !

Some follow up questions.

How is the time period set for the graph ? Or Will it just look to show everything in the file every time ?

Is there a way for a single date or date range to be selected?
and if nothing is selected, then it goes to a default period (e.g a couple of days) set ?

Hi @nodecentral, you' re welcome. It was a good exercise.

The chart widget will display everything in the file. If you want to select a date range it is necessary to add additional logic to the flow (to extract and filter the data) or , perhaps better, consider using a database to store the data and later on use its capabilities to query and filter the desired range.