You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest version of Chart.js should be possible, but fails with a JavaScript error ("redeclaration of const..."), that seems to be related to a rhino bug (mozilla/rhino#326).
The text was updated successfully, but these errors were encountered:
I saw a commit related to the mentioned "redeclaration of const..." in the latest 4.3.0 release and gave it another try.
Unfortunately it is still failing. This time it seems to be related to using default parameters ("missing ) after formal parameters")...
HTMLUnit currently includes support for Chart.js version 2.9.4 (https://github.com/HtmlUnit/htmlunit/tree/master/src/test/resources/libraries/chartjs/2.9.4) but the latest version is currently 4.4.3 (https://www.chartjs.org/docs/latest/api/).
Using the latest version of Chart.js should be possible, but fails with a JavaScript error ("redeclaration of const..."), that seems to be related to a rhino bug (mozilla/rhino#326).
The text was updated successfully, but these errors were encountered: