layerchart@0.94.2
Patch Changes
- fix: Use correct
_instead of,grid-col-[...] separator for custom values. Fixes Tailwind 4 compatability (90a12f4)
_ instead of , grid-col-[...] separator for custom values. Fixes Tailwind 4 compatability (90a12f4)933f499)belowContext and aboveContext slots to all simplified charts (b951724)rounded="none" (use Rect and ignore radius if defined) (472f2d8)cursor: pointer on hover when point has onpointclick set. Works for both svg and canvas rendering contexts (e9894cc)2863519)willReadFrequently:false for hit canvas to resolve pixel artifacts between fill and stroke with the same color (4831fd0)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)