Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlingwes committed Jan 29, 2024
1 parent d97352f commit a888ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data-renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const render = async () => {
return y(d.value);
});

const retval = svg
svg
.append("path")
.datum(data.chart)
.attr("id", "chartpath")
Expand Down

0 comments on commit a888ab3

Please sign in to comment.