// TODO: Process the dataset and output the result in the resultset variable following the format shown in the homework description.
returnresultset;
}
// Scale 1
// scale1 =
// Scale 2
// scale2 =
// Scale 3
// scale3 =
// Scale n
// scalen =
{
// Create SVG
// const svg =
// Create axes groups and append axes
// svg.append("g")...
// svg.append("g")...
// render your visualization by calling render_data
// render_data(svgref, data);
// return svg.node();
}
render_data=(group,data)=>{
// render elements. Remember to use the Data Join
}
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.