Files
noodl-docs/library/modules/chartjs/release-notes.md
Eric Tuvesson 53f0d6320e Initial commit
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com>
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com>
Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
2023-09-05 12:08:55 +02:00

1.1 KiB

title, hide_title
title hide_title
Release Notes true

Release Notes

Version 1.4.3 [2023-06-08]

  • Add Animation On Data Update input on Chart nodes, provides the ability to prevent animations when updating the chart in real time. (Preventing Animations)
  • Add Animations object to all nodes, similar to Scales, making it possible to create nicer animations. (Chart.js Animations)

Version 1.4.2 [2023-05-16]

  • Add Chart node, custom node allowing a full Chart.js config to create the chart.

Version 1.4.1 [2023-05-04]

  • Add Helpers output to all nodes, allowing for interactions.

Version 1.4.0 [2023-04-06]

  • Change "Maintain Aspect Ratio" default from true to false
  • Fix responsiveness
  • Fix default inputs not applied
  • Fix issue when data is updated before Did Mount
  • Add a link to docs on each node

Version 1.3.0 [2023-03-31]

  • Support for Before Event and Click Event
  • Support for Data Decimation plugin
  • Support for Interaction
  • Only show default chart data when there is no connection to data