Chart shortcode with CSV input?

I’m trying to figure out how to display a chart on my site that reads data from a CSV file and displays it as a bar graph. I’ve looked at stuff like chart.js and I don’t see an easy way to just feed in a CSV file or similar. Besides, I’m not very experienced with javascript. What I’m looking for is a shortcode that looks something like this:

{{< chart src="/path/to/data-file.csv" >}}

Does anyone have, or can they make, something like that? I think that I wouldn’t be the only one to want something like this.

Please have a look at the Docs about the Data Templates

I am not aware of a ready-made shortcode that would read a CSV and output a bar graph. You will need to develop that on your own I’m afraid.