Line chart from array - using Arquero

Similar to others, this uses data.name and enhanced vegaEmbed to chart the data. But with this, the data are imported 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, though here's documentation for suggested loadCSV code.


Back to main