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.