Releases (228)
layerchart@2.0.0-next.37
Patch Changes
- fix(ArcChart): Do not pass y accessor to use linear scale fallback (#449)
layerchart@2.0.0-next.36
Patch Changes
- fix(PieChart): Do not pass
yaccessor to use linear scale fallback (#631)
layerchart@2.0.0-next.35
Patch Changes
- feat(Chart): Automatically determine scale based on data and domain values (instead of defaulting to scaleLinear) (#624)
layerchart@2.0.0-next.34
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)
layerchart@2.0.0-next.33
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
formatto filter ticks (integer and date/time). Helpful to keep ticks above a threshold for wide charts or short durations. (#615)
layerchart@2.0.0-next.32
Patch Changes
- fix(Points): Update
point.x/point.ybased onctx.radialto simplify children snippet usage (#611)
layerchart@2.0.0-next.31
Minor Changes
-
feat(Chart): Add
xInterval/yIntervalfor time scales usage with bar charts (#562) -
feat(BarChart): Support time scale with
xInterval/yIntervalprops (#562) -
feat(TooltipContext): Support
bandmode with time scale (similar to band scale) (#562) -
feat(ForceSimulation): Added
onNodesChangecallback toForceSimulation(#607)
Patch Changes
layerchart@2.0.0-next.30
Patch Changes
- fix(AnnotationPoint): Do not propagate mouse/touch move/leave events to TooltipContext after switching from pointer events. Fixes #598 (#602)
layerchart@2.0.0-next.29
Patch Changes
- fix(Axis): Fix display of axis labels (#591)