Chart Module Changelog

Changelog

[1.1.2] – 2021-06-22

Fixed

  • Default data was sticking in the properties. Moved from being added by default in the props to being added via trigger property in dataSource

[1.1.1] – 2021-03-21

Added

  • Node Info property added to dataSource property. Used to change the appearance of nodes on the charts

[0.2.129] – 2020-11-06

Added

  • Node label on the Sankey chart can now be disabled
  • Hover opacity on the chord chart links can now be set

Fixed

  • Sticky tooltips should now be fixed

Removed

  • showTooltipOn has been removed for links on the Sankey chart. Tooltips will always be on hover

[0.2.109]

Added

  • Chord chart added to module along with properties and documentation
  • Added correct licences to module
  • Trace routing on the Sankey chart can be turned on. When hovering on a link, the full route to and from that node is hilighted
  • The charts can now have subData that can be drilled down into with a breadcrumb nav appearing in the top left corner. This can be disabled
  • Added onNodeHit and onLinkHit events
  • Added title and subtitle properties to both charts
  • Website built and pages written for the module

Removed

  • Themes have been removed. When multiple charts were on the same page the themes were being applied incorrectly. The charts had to be drawn multiple times to make a theme take hold.

[0.1.XX]

Added

  • Sankey chart added to module along with properties and documentation
Sidebar