2.2.4
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
andmouseOut
settings toSunburstSettings
, allowing consumers to subscribe to mouse events. - Updated mouse position for
mouseIn
,mouseMove
andmouseOut
ofBarplotSettings
toclientX
,clientY
instead ofpageX
andpageY
.