Releases (219)
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
Patch Changes
- fix(Canvas): Explicitly set
willReadFrequently:falsefor hit canvas to resolve pixel artifacts between fill and stroke with the same color (4831fd0)
layerchart@0.93.5
layerchart@0.93.4
Patch Changes
-
fix(AreaChart|LineChart|ScatterChart): Clip
belowMarks,aboveMarks,highlight,labels, andpointsslots when brushed/zoomed (883d1d3) -
feat: Add
renderCircleto simplify rendering circles to canvas (instead of usingrenderPath) (c728af0) -
feat(Canvas): Add Logger integration (
d88ee43) -
fix: Update
rgbColorGeneratorandgetColorStrto 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)
layerchart@0.93.3
Patch Changes
- fix(Highlight): Pass all
barprops to underlyingBar(aligning withlinesandpoints) (2a153ea)
layerchart@0.93.2
Patch Changes
- fix(Canvas): Properly setup
pointerdownevent (allowinge.stopPropagation()) (579d771)
layerchart@0.93.1
Patch Changes
-
fix(AreaChart|LineChart): Only define
onpointerclickon Highlight if provided to chart (coordinate with recent Highlight change) (81ddcbe) -
fix: Add
BrushContextto top-level exports (useful for types) (5005c18) -
fix(Highlight): Do not propagate
pointerdownevent toBrushContextifonclickis provided (0c35ba9) -
feat(Circle): Add
onpointereventevent callback (0ecb9e3)