File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ export class Pointer extends Mark {
44
44
let C = [ ] ; // a sparse index from index[i] to an svg:circle element
45
45
let P = null ; // the persistent selection; a subset of index, or null
46
46
47
- const g = create ( "svg:g" )
48
- . attr ( "fill" , "none" ) ;
47
+ const g = create ( "svg:g" ) ;
49
48
50
49
const parent = g . append ( "g" )
51
50
. call ( applyIndirectStyles , this )
@@ -97,6 +96,7 @@ export class Pointer extends Mark {
97
96
}
98
97
99
98
g . append ( "rect" )
99
+ . attr ( "fill" , "none" )
100
100
. attr ( "pointer-events" , "all" )
101
101
. attr ( "width" , width + marginLeft + marginRight )
102
102
. attr ( "height" , height + marginTop + marginBottom )
Original file line number Diff line number Diff line change 1727
1727
< circle cx ="619.6520556710926 " cy ="89.01408450704224 " r ="3 " stroke ="rgb(197, 65, 63) "> </ circle >
1728
1728
< circle cx ="620 " cy ="108.73239436619714 " r ="3 " stroke ="rgb(213, 95, 80) "> </ circle >
1729
1729
</ g >
1730
- < g fill =" none " >
1730
+ < g >
1731
1731
< g aria-label ="pointer " fill ="none " stroke ="#3b5fc0 " stroke-width ="1.5 "> </ g >
1732
- < rect pointer-events ="all " width ="700 " height ="450 "> </ rect >
1732
+ < rect fill =" none " pointer-events ="all " width ="700 " height ="450 "> </ rect >
1733
1733
</ g >
1734
1734
</ svg > < output > 1644</ output > </ span >
You can’t perform that action at this time.
0 commit comments