Functions that changes state of points when we hover mouse pointer above them were uncommented. Currently fixed values were used to set the state of points in such a case.
AD 1) As for the Chart.js update my M.O. was to:
open diff between original Chart.bundle.js v2.9.3 and v2.9.4.
open diff between customized Chart.js and Chart.bundle.js from v2.9.4 tag.
All changes that were available between original bundles were added, all other were kept as-is (customizations for the QML). Seems to be fine but it would be nice if verified by someone more proficient in JS. :)
AD 2) I suppose the fixed values were used for testing and never uncommented. I haven't seen any side effects of uncommenting those other than fixed behavior of changing point style during hover event.
Attached GIFs presenting behavior for such a point style:
PR introduces two changes:
AD 1) As for the Chart.js update my M.O. was to:
All changes that were available between original bundles were added, all other were kept as-is (customizations for the QML). Seems to be fine but it would be nice if verified by someone more proficient in JS. :)
AD 2) I suppose the fixed values were used for testing and never uncommented. I haven't seen any side effects of uncommenting those other than fixed behavior of changing point style during hover event.
Attached GIFs presenting behavior for such a point style:
BEFORE THE CHANGES
AFTER THE CHANGES