layerchart@0.30.2 Feb 19, 2024 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.1 Feb 14, 2024 layerchart@0.30.1 Patch Changes Update dependencies (0a2a08d9360802fda3cffbd193a59299aae52f33)
layerchart@0.30.0 Feb 12, 2024 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 Dec 4, 2023 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 Nov 23, 2023 layerchart@0.26.2 Patch Changes Use Symbol() instead of empty object for context keys (c676611)
layerchart@0.26.1 Nov 22, 2023 layerchart@0.26.1 Patch Changes Expose geoContext as top-level export (8bef371) [Tooltip] Fix xOffset usage after recent refactor (cd9d8b7)