Skip to content

Releases: techniq/layerchart

[email protected]

24 Feb 16:56
4fbc64a
Compare
Choose a tag to compare

Patch Changes

  • feat(Canvas|Html|Svg): Add ignoreTransform prop to ignore TransformContext for layer. Use to add static elements such as custom legends within a rendering context (e93bda3)

[email protected]

23 Feb 20:53
dc66980
Compare
Choose a tag to compare

Patch Changes

  • refactor(Arc): Use Spline to draw path, simplifying implementation and supporting pointer events for inner track component (4195b2d)

  • fix(canvas): Improve handling of explicit none fill/stroke (63adb50)

[email protected]

19 Feb 13:57
1af9800
Compare
Choose a tag to compare

Patch Changes

  • fix(TooltipContext): Call hideTooltip() for all tooltip modes on pointerleave to fix band (BarChart) and voronoi (ScatterPlot) modes not always closing on chart pointerleave due to recent chart delay / tooltip hover changes (e9f5e8c)

[email protected]

14 Feb 12:43
9d0d936
Compare
Choose a tag to compare

Patch Changes

  • fix(Svg|Html): Do not accidentally lose transform on browser resize (74ecd20)

[email protected]

13 Feb 22:02
97ba421
Compare
Choose a tag to compare

Minor Changes

  • feat(Dagre): Expose access to Dagre Graph instance via bind:graph (48bc672)

[email protected]

13 Feb 20:07
04ac7a6
Compare
Choose a tag to compare

Patch Changes

  • fix(TooltipContext): Bypass bounds checking when using mode="manual" (default) (160659e)

[email protected]

13 Feb 18:23
ae0d444
Compare
Choose a tag to compare

Patch Changes

  • fix(TransformContext): Account for Chart padding when zooming to point (2c2e06c)

[email protected]

13 Feb 14:31
539b9b4
Compare
Choose a tag to compare

Minor Changes

  • breaking(TransformContext): Remove translateOnScale prop (always enabled now) (#398)

Patch Changes

  • fix(TransformContext): Translate towards pointer position when scroll zooming and using transform={{ mode: 'canvas' }} (matching geo context applyTransform behavior) (#398)

[email protected]

12 Feb 17:29
67f35ea
Compare
Choose a tag to compare

Minor Changes

  • feat(Html): Apply transformContext when using mode='canvas' (align with Svg and Canvas) (2b46908)

  • feat(Group): Support Html context (5ed7f27)

  • feat: Add getRenderContext() to easily identify if within Canavs, Html, or Svg context (d319da2)

[email protected]

11 Feb 15:31
cb1437f
Compare
Choose a tag to compare

Minor Changes

  • feat(AreaChart|BarChart|LineChart|PieChart|ScatterChart): Expose tooltipContext to enable bind: usage for external access (#394)