Skip to content

Commit c5f8e09

Browse files
committed
Update data location
1 parent 29f221c commit c5f8e09

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/demo/graph/d3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ theme: notebook
1313
// Example from: https://observablehq.com/@d3/donut-chart/2
1414
// data = FileAttachment("./population-by-age.csv").csv({typed: true})
1515

16-
d3.csv("/static/data/population-by-age.csv", d3.autoType).then(data => {
16+
d3.csv("population-by-age.csv", d3.autoType).then(data => {
1717
const width = 500; // Define width
1818
const height = Math.min(width, 500);
1919
const radius = Math.min(width, height) / 2;
File renamed without changes.

0 commit comments

Comments
 (0)