LayerChart

Releases (204)

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)

layerchart@2.0.0-next.33

layerchart@2.0.0-next.33 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)

layerchart@2.0.0-next.32

layerchart@2.0.0-next.32 pre-release

Patch Changes

  • fix(Points): Update point.x / point.y based on ctx.radial to simplify children snippet usage (#611)

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)

layerchart@2.0.0-next.30

layerchart@2.0.0-next.30 pre-release

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.28

layerchart@2.0.0-next.28 pre-release

Patch Changes

  • fix(Axis): Fix memory leak and improve performance when tick values are Date instances (#586)

layerchart@2.0.0-next.27

layerchart@2.0.0-next.27 pre-release

Patch Changes

  • feat: Update applyLanes() util to support nested string key and function accessors for start/end properties (#449)

  • fix: Add applyLanes() as top-level export (#449)

layerchart@2.0.0-next.26

layerchart@2.0.0-next.26 pre-release

Patch Changes

  • feat: Add applyLanes() array util to support densely packing timelines (#449)

layerchart@2.0.0-next.25

layerchart@2.0.0-next.25 pre-release

Patch Changes

  • feat(TooltipContext): Support quadtree-x and quadtree-y modes. Resolves #525 (#578)

  • fix(AreaChart): Change default tooltip mode from bisect-x to quadtree-x (works with catagorical data and does not require data to be sorted) (#578)

  • fix(LineChart): Change default tooltip mode from bisect-x to quadtree-x (works with catagorical data and does not require data to be sorted) (#578)

  • fix(ScatterChart): Change default tooltip mode from voronoi to quadtree (#578)

  • fix: Support passing <*Chart tooltip={...}> to underlying TooltipContext (as types already indicate) (#576)

Previous
Page 2 of 21
Next
Edit this page