Skip to content

2.0.35

Compare
Choose a tag to compare
@joewdavies joewdavies released this 07 Jul 10:03
· 1918 commits to master since this release
  • Tooltips and Legends are now appended to the App container by default instead of document.body (to override these you can use appOptions.tooltip.div and appOptions.legendDivId) See https://eurostat.github.io/gridviz/docs/reference#app-options-object
  • Tooltip now stays within its parent container.
  • .attr("role","tooltip").attr("aria-live","polite") added to tooltip (thanks @wahlatlas).
  • Fix: onZoomStartFun was not firing.
  • Resize observer added to the App's container. It will resize and redraw the App and its canvas when the container is resized.