Patch Changes
-
perf(Chart): Resolve a plain-key accessor (
x="date") directly instead of re-parsing the path string (#906) -
fix(Chart): Treat an explicit but empty
seriesarray as authoritative, rather than deriving implicit series from marks (#906) -
perf(Chart): Keep the value domain off the mark registry, so mounting a chart no longer rebuilds its scales — and every path drawn from them — once per mark registered (#906)
-
fix(Highlight): Fix crash highlighting
c-grouped points over nested chart data (#906) -
fix(Highlight): Mark only the hovered row in
quadtree/voronoitooltips, rather than every row sharing its position (#906) -
feat(Chart): Take the color channel from a mark's own
fill/stroke(<Circle fill="island">) when nocis declared (#906) -
fix(Tooltip): Center on internal when data snapping (instead of on its leading edge) (#906)
-
fix(Tooltip): Fix persistent tooltip when rendered outside Chart container and
pointerEventsis enabled (#906)