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 ba0a634 commit 4fbcc67Copy full SHA for 4fbcc67
src/marks/tip.js
@@ -84,7 +84,7 @@ export class Tip extends Mark {
84
const g = create("svg:g", context)
85
.call(applyIndirectStyles, this, dimensions, context)
86
.call(applyIndirectTextStyles, this)
87
- .call(applyTransform, this, {x: X && x, y: Y && y})
+ .call(applyTransform, this, {x: (X || X2) && x, y: (Y || Y2) && y})
88
.call((g) =>
89
g
90
.selectAll()
0 commit comments