layerchart@0.93.9
Patch Changes
- feat(Highlight): Set CSS
cursor: pointeron hover when point hasonpointclickset. Works for both svg and canvas rendering contexts (e9894cc)
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)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)