LayerChart

Releases (219)

layerchart@1.0.12

layerchart@1.0.12

Patch Changes

  • fix(Axis): Fix reactivity issue with xRange/yRange in Svelte 5.34+. Fixes #641 (#643)

layerchart@2.0.0-next.38

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

layerchart@2.0.0-next.37

layerchart@2.0.0-next.37 pre-release

Patch Changes

  • fix(ArcChart): Do not pass y accessor to use linear scale fallback (#449)

layerchart@2.0.0-next.36

layerchart@2.0.0-next.36 pre-release

Patch Changes

  • fix(PieChart): Do not pass y accessor to use linear scale fallback (#631)

layerchart@2.0.0-next.35

layerchart@2.0.0-next.35 pre-release

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

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)
Previous
Page 3 of 22
Next
Edit this page