Skip to content

Responsive Fix, React-Annotation

Compare
Choose a tag to compare
@emeeks emeeks released this 11 Jul 16:24
· 1986 commits to main since this release

Fixes

  • A custom sankey (like the original d3-sankey) sent to customSankey in networkType would fail if you didn't send any nodePadding
  • ResponsiveFrame was sharing the isResizing var across instantiations

Features

  • Upgrade to react-annotation 1.3.0
  • events is passed to the underlying react annotation, if events is passed to <Annotation> then it will automatically have pointer-events turned on.