Y
Hacker News
new
|
ask
|
show
|
jobs
by
terpimost
1874 days ago
Ok, I see it does use document since there is d3.create() is under the hood.
1 comments
tophtucker
1873 days ago
Yup. There’s some discussion of this in this issue
https://github.com/observablehq/plot/issues/359
, which notes that the ~100 test plots in
https://github.com/observablehq/plot/tree/main/test/plots
are rendered by Node with JSDOM by
https://github.com/observablehq/plot/blob/main/test/plot.js
.
link