Recent Releases of unipept-visualizations

unipept-visualizations - 2.2.5

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.

- TypeScript
Published by pverscha 7 months ago

unipept-visualizations - 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 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.

- TypeScript
Published by pverscha 8 months ago

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

- TypeScript
Published by pverscha 8 months ago

unipept-visualizations - 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.

- TypeScript
Published by pverscha 8 months ago

unipept-visualizations - 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.

- TypeScript
Published by pverscha 8 months ago

unipept-visualizations - 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)

- TypeScript
Published by pverscha 9 months ago

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

- TypeScript
Published by pverscha about 2 years ago

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

- TypeScript
Published by pverscha almost 4 years ago

unipept-visualizations - 2.0.8

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)

- TypeScript
Published by pverscha almost 5 years ago

unipept-visualizations - 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: * 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).

- TypeScript
Published by pverscha almost 5 years ago

unipept-visualizations -

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)

- TypeScript
Published by pverscha almost 5 years ago

unipept-visualizations -

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.

- TypeScript
Published by pverscha almost 5 years ago

unipept-visualizations -

  • update dependencies

- TypeScript
Published by bmesuere about 7 years ago

unipept-visualizations - 1.7.2

  • fix an issue with the auto expand of the treeview

- TypeScript
Published by bmesuere over 7 years ago

unipept-visualizations - 1.7.1

  • set a sans-serif font as default for the treeview

- TypeScript
Published by bmesuere over 7 years ago

unipept-visualizations - 1.7.0

  • Add centerNode to public interface
  • Add expand heuristic

- TypeScript
Published by bmesuere almost 8 years ago

unipept-visualizations - 1.6.0

  • add update and getroot functions to the treeview and treemap
  • improve the documentation
  • update dependencies

- TypeScript
Published by bmesuere about 8 years ago

unipept-visualizations - 1.5.0

  • Add full screen support for the treeview
  • Fix full screen support for the sunburst

- TypeScript
Published by bmesuere over 8 years ago

unipept-visualizations - 1.4.0

  • return the internal objects when creating a visualization using jquery

- TypeScript
Published by bmesuere over 8 years ago

unipept-visualizations - 1.3.0

  • add rerootCallback support to the treeview

- TypeScript
Published by bmesuere over 8 years ago

unipept-visualizations - 1.2.3

  • fix typo in docs
  • tweak sunburst breadcrumb margins

- TypeScript
Published by bmesuere over 8 years ago

unipept-visualizations - 1.2.1

  • fix npm publishing

- TypeScript
Published by bmesuere over 8 years ago

unipept-visualizations - 1.2.2

  • Sunburst: fix an issue with the default tooltip
  • Sunburst: fix an issue with the breadcrumb tooltips

- TypeScript
Published by bmesuere over 8 years ago

unipept-visualizations - 1.2.0

  • rework the tooling and switch to yarn and webpack
  • add the sunburst graph

- TypeScript
Published by bmesuere almost 9 years ago

unipept-visualizations - 1.1.0

  • add treemap visualisation
  • make treeview labels configurable

- TypeScript
Published by bmesuere over 9 years ago

unipept-visualizations - 1.0.0

:tada: version one point o :tada:

- TypeScript
Published by bmesuere over 9 years ago

unipept-visualizations - 0.1

Initial release containing the Unipept Treeview

- TypeScript
Published by bmesuere about 10 years ago