Bar chart using Arquero

Similar to others, this uses data.name and enhanced vegaEmbed to chart the data. But with this, the data are imported from a CSV on Github, using Arquero. dt.objects() creates a JS variable that we use as our data variable. This import code is modelled on how we use d3.csv, because Arquero's suggested loadCSV code doesn't function as expected. Something about async functions.

Stuck in a little transpose function, because why not?


Back to main