layerchart@0.93.6
Patch Changes
- fix(Canvas): Explicitly set
willReadFrequently:falsefor hit canvas to resolve pixel artifacts between fill and stroke with the same color (4831fd0)
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)
ticks as d3-time interval (ex. timeDay.every(3)) (57dfdcb)MouseEvent as first argument to onclick (match other event callbacks) (180d77a)