Skip to content

Commit

Permalink
d3 7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Mar 12, 2024
1 parent 41a63e3 commit 9b5f654
Show file tree
Hide file tree
Showing 8 changed files with 815 additions and 1,099 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@
"@types/d3": "^7.4.0",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"c8": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"c8": "^9.1.0",
"canvas": "^2.0.0",
"d3-geo-projection": "^4.0.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^9.1.0",
"htl": "^0.3.0",
"js-beautify": "1",
"jsdom": "^23.0.1",
"jsdom": "^24.0.0",
"markdown-it-container": "^4.0.0",
"mocha": "^10.0.0",
"module-alias": "^2.0.0",
"prettier": "~3.0.0",
"rollup": "^4.9.1",
"topojson-client": "^3.1.0",
"ts-morph": "^21.0.1",
"ts-morph": "^22.0.0",
"tsx": "^4.7.0",
"typescript": "^5.0.2",
"vite": "^5.0.10",
Expand Down
15 changes: 1 addition & 14 deletions src/scales/schemes.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import {
schemeGnBu,
schemeGreens,
schemeGreys,
schemeObservable10,
schemeOranges,
schemeOrRd,
schemePaired,
Expand Down Expand Up @@ -77,20 +78,6 @@ import {
schemeYlOrRd
} from "d3";

// TODO https://github.com/d3/d3-scale-chromatic/pull/51
const schemeObservable10 = [
"#4269d0",
"#efb118",
"#ff725c",
"#6cc5b0",
"#3ca951",
"#ff8ab7",
"#a463f2",
"#97bbf5",
"#9c6b4e",
"#9498a0"
];

const categoricalSchemes = new Map([
["accent", schemeAccent],
["category10", schemeCategory10],
Expand Down
2 changes: 1 addition & 1 deletion test/output/projectionBleedEdges.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/output/projectionClipAngle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions test/output/projectionClipAngleFrame.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions test/output/projectionHeightOrthographic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions test/output/usStateCapitalsVoronoi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9b5f654

Please sign in to comment.