Skip to content

Releases: unipept/unipept-visualizations

2.2.5

06 Aug 14:24
Compare
Choose a tag to compare

This is a bugfix release of the Unipept Visualizations library that fixes a division by zero error in the Barplot.

Bug fixes:

  • Fixed division by zero when an empty set of items is passed to a bar as input to the Barplot.

2.2.4

10 Jul 12:00
Compare
Choose a tag to compare

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.

2.2.3

10 Jul 11:42
Compare
Choose a tag to compare

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 and mouseOut settings to BarplotSettings, allowing consumers to subscribe to mouse events.

2.2.2

23 Jun 13:57
Compare
Choose a tag to compare

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

23 Jun 13:55
Compare
Choose a tag to compare

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

23 May 11:39
52b29e6
Compare
Choose a tag to compare

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

09 Jan 13:25
807a02c
Compare
Choose a tag to compare

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

31 Mar 13:18
a24bb69
Compare
Choose a tag to compare

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 to Treeview and Treemap (#109)

2.0.8

30 Apr 09:41
f63d510
Compare
Choose a tag to compare

This hotfix release improves upon a few, recently reported, bugs.

Bugs fixed:

  • Fixed bug that caused heatmap to crash when width and height are not explicitly set (#72)
  • Remove internal ID's from tooltips and other elements as these are obsolete (#55)

2.0.7

29 Apr 06:38
229f31e
Compare
Choose a tag to compare

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:

  • Fixed bug that caused treeview to be rendered wrong when autoExpandValue is enabled (#70).
  • Fixed bug that made it impossible to change the fill color of a node in the treeview (#68).
  • Fix for some styles that were leaking from this application (#61).