I want to render a nice chart with either Chart.js (or Google Charts) using data provided into a json file.
More generally, consider the example in Hugo’s docs: how can I loop over all {{ .Data.jazz.bass}} and use all entries in the list discography as variables into a JavaScript?
Somewhat similar to this old post. I tried all solutions mentioned there, but I had no success.