Skip to content

Releases: techniq/layerchart

[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)

[email protected]

31 Jan 17:40
679f131
Compare
Choose a tag to compare

Patch Changes

  • feat(Brush): Add Logger integration (6308357)

  • fix(Brush): Improve pointer handling (both small (<1px) and large/quick movements) (6308357)

[email protected]

31 Jan 15:51
4d3aed1
Compare
Choose a tag to compare

Minor Changes

  • feat(Axis): Support passing ticks as d3-time interval (ex. timeDay.every(3)) (57dfdcb)

[email protected]

31 Jan 05:30
228537f
Compare
Choose a tag to compare

Patch Changes

  • fix(TooltipContext): Pass MouseEvent as first argument to onclick (match other event callbacks) (180d77a)