layerchart@0.94.0
Minor Changes
- feat: Add
belowContextandaboveContextslots to all simplified charts (b951724)
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)
bar props to underlying Bar (aligning with lines and points) (2a153ea)pointerdown event (allowing e.stopPropagation()) (579d771)