LayerChart
All releases

layerchart@2.0.0-next.31

layerchart@2.0.0-next.31 pre-release

Minor Changes

  • feat(Chart): Add xInterval / yInterval for time scales usage with bar charts (#562)

  • feat(BarChart): Support time scale with xInterval / yInterval props (#562)

  • feat(TooltipContext): Support band mode with time scale (similar to band scale) (#562)

  • feat(ForceSimulation): Added onNodesChange callback to ForceSimulation (#607)

Patch Changes

  • fix(Bar): Clamp radius to width/height to not cause artifacts with small values (including 0) when rounding a single edge. Fixes #383 (#610)

  • fix(Highlight): Properly handle area highlights with y-axis time scales (#562)

Edit this page