Skip to content

layerchart@2.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 11:33
· 4 commits to main since this release
4806bf8

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 series array 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 / voronoi tooltips, 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 no c is 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 pointerEvents is enabled (#906)