Minor Changes
-
Integrate
TransformintoChart(<Chart transform={...} let:transform>) and expose astransformContext(). Renamed toTransformContextand removed direct SVG control (now handled bySvgandCanvascomponents) (#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
labelPropstotickLabelPropsandlabelslot totickLabel(#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)
Patch Changes
-
[Axis] Add label support (#165)
-
[TransformControls] Use transformContext instead of
transformprop (#166) -
[GeoPath] Handle
stroke-noneclass when used within Canvas context (#163) -
[GeoContext] Integrate with new TransformContext (#166)
-
[GeoPath] Respect
strokeWidthprop within Svg context (not juststroke-widthattribute) to align with Canvas context usage (#166)