[email protected]
Minor Changes
-
feat(Rule): Support using as data-driven mark (ex. candlestick, lollipop) by default (
<Rule>using Chart accessors) or passing explicitx/yaccessors (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"andy="top|bottom"props with$prefix (ex.<Axis x="$left">) (#622)