Releases: unipept/unipept-visualizations
2.2.5
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
.
2.2.3
This is a minor release of the Unipept Visualizations library that allows external consumers of the library to subscribe to mouse-events for the barplot.
New features / enhancements:
- Added
mouseIn
,mouseMove
andmouseOut
settings toBarplotSettings
, allowing consumers to subscribe to mouse events.
2.2.2
This is a minor release that adds a new setting to the stacked barplot that enables you to set the width of the sample labels. Before, these were fixed to 150px and could not be changed.
Enhancements:
- Add new option
barplotSettings.barLabelWidth
which allows you to configure the width of the labels of the stacked barplot.
2.2.1
This maintenance release of the Unipept Visualizations library comes with a few bug fixes and enhancements to the stacked barplot visualization that was introduced in v2.2.0 earlier.
New features / enhancements:
- Stacked barplot now supports highlighting of items that are hovered by the user.
Fixes:
- Improved the default color scheme that's used by the stacked barplot. Colors are less harsh and the color sequence fits better.
2.2.0
This release introduces a new visualization to our library: the stacked barplot! All of the underlying dependencies and build tools have also been updated to the latest version.
New features / enhancements:
- New stacked barplot visualization (#159)
Bug fixes / dependency updates:
- Updated all dependencies to their latest version (#152)
2.1.1
This release adds a new option colorProviderLevels
to the settings of the TreeView visualization which allows you to tweak until which level in the data tree the provided colorProvider
function should be called. Right now, this is only the case for the first level.
Bug fixes:
- Allow
colorProvider
to be called for more than only the highest level of nodes in the data tree (#150).
2.1.0
This release adds a new function reroot
to the Sunburst and Treemap that can be used to change the central point of view of these visualizations. Additionally, some bugs have also been fixed.
New features/enhancements:
- Added the
reroot
function (#108)
Bugs fixed:
- Added the
reset
function again toTreeview
andTreemap
(#109)
2.0.8
2.0.7
This release is focussed on squashing some remaining bugs. No new features are introduced with this release. It is, however, still recommended to update to this release.
Bugs fixed: