You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use two svg layers to improve annotations performance (#360)
rename displayMarker prop to displayMarkers (#361)
onDraw callback was renamed to onEnd in useDrawPath and useDrawRectangle
use pointer events instead of mouse events
Numeric padding is now interpreted as an offset on the axis' scale. Use for example paddingStart="10%" instead of paddingStart={0.1} for percentages. Padding now only takes effect if the axis' boundary (min or max) is not set.
Features
add close and onDraw props to useDrawPath (#339) (e27ea7c)