-
Integrate Transform into Chart (<Chart transform={...} let:transform>) and expose as transformContext(). Renamed to TransformContext and removed direct SVG control (now handled by Svg and Canvas components) (#166)
-
Add HitCanvas component to enable shape-based tooltips (ex. GeoPath) using hidden color-coded canvas (#163)
-
Support transform with Canvas layers (ex. geo, etc) (#166)
-
[Axis] Rename labelProps to tickLabelProps and label slot to tickLabel (#165)
-
Replace mouse/touch with pointer events handlers (158a7641232b209a836f36e0f25ae4dcb5a876bc)
-
Add new Canvas component (derived from LayerCake) which handles scaleCanvas() globally and supports scale/translate transforms (#166)