LayerChart
All releases

layerchart@2.0.0-next.34

layerchart@2.0.0-next.34 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)
Edit this page