Day Two

19th June 2021

Number of NDIS participants receiving SDA suppports in the Sydney Region
Ranked by number of participants

March 2021

Log

After bringing in my data (dataset), I sorted the bars based on number of partcipants using:

const sortedData = dataset.slice().sort((a, b) => d3.descending(a.number, b.number))

Found via this page on Observable which is a great outline about how to use d3.asending and d3.descending