Releases: unipept/unipept-visualizations
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:
2.0.6
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 toHeatmapSettings
which allows the user to specify a custom clustering algorithm. (#40, #42, #44) - Added
reorderer
setting toHeatmapSettings
which allows the user to specify a custom reorderer (that should be executed after clustering the data in the heatmap). (#41, #44)
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.