Skip to content

Commit e439830

Browse files
committed
adopt observable10
1 parent f7230b3 commit e439830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lib/d3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For example, here is an interactive [force-directed](https://github.com/d3/d3-fo
1111
```js echo
1212
const width = 640;
1313
const height = 640;
14-
const color = d3.scaleOrdinal(d3.schemeCategory10);
14+
const color = d3.scaleOrdinal(d3.schemeObservable10);
1515

1616
// Copy the data to protect against mutation by d3.forceSimulation.
1717
const links = data.links.map((d) => Object.create(d));

0 commit comments

Comments
 (0)