LayerChart

Releases (219)

layerchart@0.93.8

layerchart@0.93.8

Patch Changes

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

  • Update dependencies (ceec65d)

layerchart@0.93.7

layerchart@0.93.7

Patch Changes

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

layerchart@0.93.6

layerchart@0.93.6

Patch Changes

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

layerchart@0.93.5

layerchart@0.93.5

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)

layerchart@0.93.4

layerchart@0.93.4

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)

layerchart@0.93.3

layerchart@0.93.3

Patch Changes

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

layerchart@0.93.2

layerchart@0.93.2

Patch Changes

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

layerchart@0.93.1

layerchart@0.93.1

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)

layerchart@0.93.0

layerchart@0.93.0

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)

layerchart@0.92.1

layerchart@0.92.1

Patch Changes

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

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

Previous
Page 10 of 22
Next
Edit this page