Skip to content

Commit c095660

Browse files
mbostockFil
andauthored
adopt pathRound, d3 7.8.0 (#1193)
* d3 7.8.0 * adopt symbolTimes Co-authored-by: Philippe Rivière <fil@rezo.net>
1 parent 0790e3c commit c095660

File tree

115 files changed

+21286
-21291
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+21286
-21291
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"vite": "^4.0.0"
7373
},
7474
"dependencies": {
75-
"d3": "^7.5.0",
75+
"d3": "^7.8.0",
7676
"interval-tree-1d": "^1.0.0",
7777
"isoformat": "^0.2.0"
7878
},

src/legends/swatches.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {path} from "d3";
1+
import {pathRound as path} from "d3";
22
import {inferFontVariant} from "../axes.js";
33
import {maybeAutoTickFormat} from "../axis.js";
44
import {Context, create} from "../context.js";

src/marks/delaunay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {group, path, select, Delaunay} from "d3";
1+
import {group, pathRound as path, select, Delaunay} from "d3";
22
import {create} from "../context.js";
33
import {Curve} from "../curve.js";
44
import {constant, maybeTuple, maybeZ} from "../options.js";

src/marks/dot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {path, symbolCircle} from "d3";
1+
import {pathRound as path, symbolCircle} from "d3";
22
import {create} from "../context.js";
33
import {negative, positive} from "../defined.js";
44
import {identity, maybeFrameAnchor, maybeNumberChannel, maybeTuple} from "../options.js";

src/marks/link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {path} from "d3";
1+
import {pathRound as path} from "d3";
22
import {create} from "../context.js";
33
import {Curve} from "../curve.js";
44
import {Mark} from "../plot.js";

src/marks/vector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {path} from "d3";
1+
import {pathRound as path} from "d3";
22
import {create} from "../context.js";
33
import {maybeFrameAnchor, maybeNumberChannel, maybeTuple, keyword, identity} from "../options.js";
44
import {Mark} from "../plot.js";

src/symbols.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {symbolAsterisk, symbolDiamond2, symbolPlus, symbolSquare2, symbolTriangle2, symbolX as symbolTimes} from "d3";
1+
import {symbolAsterisk, symbolDiamond2, symbolPlus, symbolSquare2, symbolTriangle2, symbolTimes} from "d3";
22
import {symbolCircle, symbolCross, symbolDiamond, symbolSquare, symbolStar, symbolTriangle, symbolWye} from "d3";
33

44
export const sqrt3 = Math.sqrt(3);

test/output/aaplBollinger.svg

Lines changed: 3 additions & 3 deletions
Loading

test/output/aaplClose.svg

Lines changed: 2 additions & 2 deletions
Loading

test/output/aaplCloseUntyped.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)