Skip to content

Releases: unipept/unipept-visualizations

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).

2.0.6

09 Mar 08:59
3a59a31
Compare
Choose a tag to compare

This is only a minor release of Unipept Visualizations which adds a few new configuration options for the heatmap visualization.

New features / enhancements:

  • Added clusteringAlgorithm setting to HeatmapSettings which allows the user to specify a custom clustering algorithm. (#40, #42, #44)
  • Added reorderer setting to HeatmapSettings which allows the user to specify a custom reorderer (that should be executed after clustering the data in the heatmap). (#41, #44)

2.0

09 Mar 08:42
078ecef
Compare
Choose a tag to compare
2.0

This is the new v2.0 release of the Unipept Visualizations package. A lot of things have changed between version 1.0 and version 2.0 of this package.

New features / enhancements:

  • New heatmap visualization (#35)
    • Supports clustering and reordering of visualized data
    • Supports zooming and dragging
    • Large sets of data can be easily visualized thanks to the underlying canvas technology that's being used
    • SVG exports can be generated
  • Performance of sunburst visualization has been greatly improved (#36)
  • Under the hood: D3 has been upgraded from version 3 to version 6
  • jQuery is dropped as a dependency for this package

Note that this package is not fully backwards-compatible with v1.0 of the Unipept Visualizations. Please check out the wiki of this repository for all documentation of this package.

1.7.3

20 Jan 11:56
6062bdd
Compare
Choose a tag to compare
  • update dependencies

1.7.2

28 Aug 13:04
Compare
Choose a tag to compare
  • fix an issue with the auto expand of the treeview

1.7.1

13 Jun 12:34
288df87
Compare
Choose a tag to compare
  • set a sans-serif font as default for the treeview

1.7.0

18 May 12:33
15e042b
Compare
Choose a tag to compare
  • Add centerNode to public interface
  • Add expand heuristic