LayerChart

Releases (204)

layerchart@0.94.2

layerchart@0.94.2

Patch Changes

  • fix: Use correct _ instead of , grid-col-[...] separator for custom values. Fixes Tailwind 4 compatability (90a12f4)

layerchart@0.94.1

layerchart@0.94.1

Patch Changes

  • fix(AreaChart|LineChart|ScatterChart): Allow overriding highlight points props while retaining series color and highlight opacity (933f499)

layerchart@0.94.0

layerchart@0.94.0

Minor Changes

  • feat: Add belowContext and aboveContext slots to all simplified charts (b951724)

layerchart@0.93.10

layerchart@0.93.10

Patch Changes

  • fix(Bar): Properly handled rounded="none" (use Rect and ignore radius if defined) (472f2d8)

layerchart@0.93.9

layerchart@0.93.9

Patch Changes

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

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)

Previous
Page 8 of 21
Next
Edit this page