We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7230b3 commit e439830Copy full SHA for e439830
docs/lib/d3.md
@@ -11,7 +11,7 @@ For example, here is an interactive [force-directed](https://github.com/d3/d3-fo
11
```js echo
12
const width = 640;
13
const height = 640;
14
-const color = d3.scaleOrdinal(d3.schemeCategory10);
+const color = d3.scaleOrdinal(d3.schemeObservable10);
15
16
// Copy the data to protect against mutation by d3.forceSimulation.
17
const links = data.links.map((d) => Object.create(d));
0 commit comments