LayerChart

Releases (219)

layerchart@0.31.0

layerchart@0.31.0

Minor Changes

  • [Area/AreaStack/Spline] Simplify overwriting x/y accessors by applying xScale/yScale within components (#115)

Patch Changes

layerchart@0.30.2

layerchart@0.30.2

Patch Changes

  • Support radial / polar coordinate system (along with cartesian) for Axis, Spline, Area, and Point (#107)

  • [Tooltip] Change variant light/dark (default: dark) to default / invert and base on theme colors (#110)

  • [Axis] Fallback to tick value if no tick format defined (band scales) (#107)

layerchart@0.30.0

layerchart@0.30.0

Minor Changes

  • Theme support (#78)

Patch Changes

  • Update sub-component props type that are spread (ComponentProps<SomeComponent>) to be more accurate (Partial<...>) (#78)

  • [ClipPath] Add disabled prop to show all (ignore clipping) (#78)

  • Update dependencies (#78)

  • Add GeoCircle component (#78)

  • Add antipode() geo util (#78)

layerchart@0.27.0

layerchart@0.27.0

Minor Changes

  • [TooltipContext] Replace on:click event handler with onClick prop (easier to consume when using <Chart tooltip={{ onClick(e) => { ... } }} />) (ee80654)

layerchart@0.26.2

layerchart@0.26.2

Patch Changes

  • Use Symbol() instead of empty object for context keys (c676611)

layerchart@0.26.1

layerchart@0.26.1

Patch Changes

  • Expose geoContext as top-level export (8bef371)

  • [Tooltip] Fix xOffset usage after recent refactor (cd9d8b7)

Previous
Page 22 of 22
Next
Edit this page