layerchart@0.36.0
Minor Changes
- [GeoPath / GeoPoint] Support CSS styling (tailwind classes, etc) within
<Canvas>context (#141)
<Canvas> context (#141)[GeoPath] Support curve (#135)
Add ForceSimulation component (#135)
Add Hull component (#135)
[ChartClipPath] Remove padding by default (opt-in with includePadding) (eca9d4a8fc3628e626f7ecab21c4ea8753bcce05)
[Axis] Add label slot for greater control (ex. support first/last labels with different alignment) (0106e549bbfc4498d737a877645612923ebcbb4b)
Export the individiual Bar component (#137)
[Hull] Support curve (#135)
[Points] Support passing data prop (to override context data) (#135)
Add GeoVisible component and isVisible(projection) util (1d05bb08e40861bd0e57247acabc4f760b399dd9)
tickSize to tickLength to not confuse with ticks={number} (e8a9b575a4dfaa4cf07992a426553f1927b9c297)ticks defined as function. Useful to only show first/last values or filter (ex. integers only) (c78f17ac78bbb973b2b7de730719a7cf86d2803b)Change default Chart tooltip mode from bisect-x to manual (now that tooltip context is always setup) (6399d54f7a3a7777c98f93c4ad592a4fddd5a9e9)
Rename Zoom component to Transform (8d5ac6689ea79dcadef86b342cd7f3ad9d6f545a)
Always add TooltipContext to fix let:tooltip slot prop (10a9468efc90179e4446cc17df82a420d2033b53)
[Zoom] Fix tooltip triggering and text seleciton while dragging (db339ac837811b842fbe2fb781c8ad0ae059c365)
[GeoContext] Fix fitGeojson not defined and support reflectX and reflectY (dbab632808fd8a5d230a46b062652af687aefac0)
Update dependencies (5892607f7e721bf255c6d5b2c31c45476965820e)
[Transform] Add dragstart and dragend events (e41c5e678c2e1c1c72e2146b1b47dbbeed68ff38)
[Pie] Support placement ('left', 'right', 'center' (default), and 'none'). Resolves #130 (1e0415a193dbf7070cfcbb4a55436d3b78d84053)
[Group] Support centering on a single axis (c6d5b5570f758302a97265f08d46abc991497e31)
Update dependencies (bbc4d3d932e07f7c72bfd6eac7ab1c2695fd5026)
Add voronoi support for geo charts, including tooltip mode (77c9c5a2df05c4f3b17d581e4e98ffffd59cfde2)
Update Svelte UX (fix duration utils top-level exports) and remove Duration type import (2b45b2b97a3c3fc026c6327dbaa34b6c4abb1b84)
[GeoPoint] Use <Circle> (instead of <circle>) with motion support (a3c08a51431a38d6b1c17be47d3ba32907bb5ab4)
[GeoPoint] Render <circle> by default if slot not provided (686c9dc6e332eef3bb5cc6f06550aa2cbac0fab1)
Add GeoSpline and GeoEdgeFade components (f3449509d576a1192f52f0efafa3ecd88533db2b)
Support passing placement prop (inside|outside) (baea5c88dec9334014d8ceefb5041d02c9d064d2)
[Labels] Improve default fill/stroke when using placement="inside" (8366e6905a67df8310916198ea153b87bc5e421b)
[Text] Support tweened/spring (d65b1cb65d4d0868a5f41e3a5103ae802711acc2)
[Spline] Fix usage with geo visualizations (no defined data / domains) (f6a19c051c49ad2301494bfd5c502f14c9541a6c)
[Axis] Support tweened/spring (c2902a2a54eb1d2c89981ff47037c9a3aaf7dd6c)
Fix spring and tweened types on Bars, Bar, and RectClipPath (match underlying Rect) (81a953a2bbd629ef1c54a083d886b32bd38246da)
Update dependencies (48d636c4030df7278499412fad0ded15c59284d0)
Update Svelte UX (with non-eager fallback settings()) (b80b17bdc8f1fc15ab25e352c81bc3aa50fd65a9)
layerchart/utils export for additional utils (be4cfe219d61c5687e2a896ab43970f7ad6009d2)