Skip to content

2.2.4

Compare
Choose a tag to compare
@pverscha pverscha released this 10 Jul 12:00
· 0 commits to develop since this release

This is a minor release of the Unipept Visualizations library that allows external consumers of the library to subscribe to mouse-events for the sunburst.

New features / enhancements:

  • Added mouseIn, mouseMove and mouseOut settings to SunburstSettings, allowing consumers to subscribe to mouse events.
  • Updated mouse position for mouseIn, mouseMove and mouseOut of BarplotSettings to clientX, clientY instead of pageX and pageY.