Skip to content

Releases: techniq/layerchart

[email protected]

06 Feb 18:20
88e0310
Compare
Choose a tag to compare

Patch Changes

  • feat(Highlight): Set CSS cursor: pointer on hover when point has onpointclick set. Works for both svg and canvas rendering contexts (e9894cc)

[email protected]

06 Feb 14:16
1ed11ac
Compare
Choose a tag to compare

Patch Changes

  • fix(PieChart): Workaround Svelte 5.9.5 regression with tooltip label reactivity due to conditional accessor (1722d20)

  • Update dependencies (ceec65d)

[email protected]

05 Feb 22:16
0a6f4a0
Compare
Choose a tag to compare

Patch Changes

  • fix(BrushContext): Ignore clicks outside of chart bounds. Fixes clicking on legend item resetting brush (2863519)

[email protected]

05 Feb 19:54
2ffb555
Compare
Choose a tag to compare

Patch Changes

  • fix(Canvas): Explicitly set willReadFrequently:false for hit canvas to resolve pixel artifacts between fill and stroke with the same color (4831fd0)

[email protected]

05 Feb 13:14
2c8a8b6
Compare
Choose a tag to compare

Patch Changes

  • fix(Arc|Pie|PieChart): Consider width when responsively setting outerRadius (non-fixed value) (54581a4)

  • docs(Arc|Pie|PieChart): Allow all examples to resize to demonsrtrate responsiveness (54581a4)

[email protected]

04 Feb 17:08
4f77d23
Compare
Choose a tag to compare

Patch Changes

  • fix(AreaChart|LineChart|ScatterChart): Clip belowMarks, aboveMarks, highlight, labels, and points slots when brushed/zoomed (883d1d3)

  • feat: Add renderCircle to simplify rendering circles to canvas (instead of using renderPath) (c728af0)

  • feat(Canvas): Add Logger integration (d88ee43)

  • fix: Update rgbColorGenerator and getColorStr to support alpha channel (rgba) (796f029)

  • fix(canvas render): Always paint fill when explicitly defined (rgb(0,0,0) would match the default computedStyles color and be ignored) (9d3ba48)

[email protected]

03 Feb 13:40
0c20785
Compare
Choose a tag to compare

Patch Changes

  • fix(Highlight): Pass all bar props to underlying Bar (aligning with lines and points) (2a153ea)

[email protected]

03 Feb 03:36
9a0aaa2
Compare
Choose a tag to compare

Patch Changes

  • fix(Canvas): Properly setup pointerdown event (allowing e.stopPropagation()) (579d771)

[email protected]

03 Feb 03:18
fa5530d
Compare
Choose a tag to compare

Patch Changes

  • fix(AreaChart|LineChart): Only define onpointerclick on Highlight if provided to chart (coordinate with recent Highlight change) (81ddcbe)

  • fix: Add BrushContext to top-level exports (useful for types) (5005c18)

  • fix(Highlight): Do not propagate pointerdown event to BrushContext if onclick is provided (0c35ba9)

  • feat(Circle): Add onpointerevent event callback (0ecb9e3)

[email protected]

02 Feb 22:48
960afab
Compare
Choose a tag to compare

Minor Changes

  • feat: Integrate Brush via BrushContext (<Chart brush={...}>) (#361)

  • breaking: Remove Brush component (#361)

Patch Changes

  • fix: Support highlight pointer events (click/hover) when using brush (#361)

  • fix: Support brushing when using voronoi tooltip mode (#361)

  • fix(AreaChart|LineChart): Fix re-animating (tweened) lines/areas on single series point hover (#361)