LayerChart

Releases (229)

[email protected]

[email protected] pre-release

Patch Changes

  • Update dependencies (#629)

  • fix(autoScale): Ignore null domain values, fixing some brush examples (#449)

  • fix: Update dagreAncestors() and dagreDescendants() util types (#629)

[email protected]

[email protected] pre-release

Minor Changes

  • feat(Rule): Support using as data-driven mark (ex. candlestick, lollipop) by default (<Rule> using Chart accessors) or passing explicit x/y accessors (ex. <Rule y={["high", "low"]} />). Resolves #64 (#622)

  • breaking(Points): Remove <Points links> prop. Use <Rule> with x/y accessor instead (#622)

Patch Changes

  • breaking(Axis): Rename x="left|right" and y="top|bottom" props with $ prefix (ex. <Axis x="$left">) (#622)

[email protected]

[email protected] pre-release

Patch Changes

  • fix(Bars): Fix inverted rect when rendered top-to-bottom or right-to-left. Fixes #540 (#613)

  • fix(Axis): Filter distinct tick values (useful when manually injecting extra values) (#615)

  • feat(Axis): Use format to filter ticks (integer and date/time). Helpful to keep ticks above a threshold for wide charts or short durations. (#615)

[email protected]

[email protected] 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)

[email protected]

[email protected] pre-release

Patch Changes

  • fix(AnnotationPoint): Do not propagate mouse/touch move/leave events to TooltipContext after switching from pointer events. Fixes #598 (#602)
Previous
Page 4 of 23
Next
Edit this page