You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elements rendered by a mark are positioned with transform: translate(x,y), which is not supported by SVGSVGElement. So all facets end up at the same location.
It's a bug because our documentation states that the render transform must return an "SVG Element"
Marks may also be a function which returns an SVG element, if you wish to insert arbitrary content. (Here we use [Hypertext Literal](https://github.com/observablehq/htl) to generate an SVG gradient.)
(and SVGSVGElement is a child of SVGElement).
The text was updated successfully, but these errors were encountered:
Elements rendered by a mark are positioned with
transform: translate(x,y)
, which is not supported bySVGSVGElement
. So all facets end up at the same location.It's a bug because our documentation states that the render transform must return an "SVG Element"
plot/docs/features/marks.md
Line 117 in 700c6ee
(and
SVGSVGElement
is a child ofSVGElement
).The text was updated successfully, but these errors were encountered: