My trouble area is in this link as follows:
https://sundaydubs.com/v6/trends.html
I believe there is an issue with the version chart.js v2.8.0 packaged with 6.0.1.
I have taken portions of code to the link above to explain what behavior I am seeing:
and done the following tests with respect to chart.js above:
chart.js (version 2.8.0 as packaged with 6.0.1) DOES NOT WORK
Instead of chart.js, this was replaced with the following links which resulted in the following:
chart.js (version 2.7.1 as packaged with 5.9) DOES WORK
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.min.js DOES NOT WORK
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.bundle.min.js DOES WORK (appears to be same file as packaged with 5.9)
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js DOES NOT WORK
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.bundle.min.js DOES WORK
It appears that the chart.js is no longer the bundle file, is that correct and as intended?...or can future versions include the bundle file?
I am looking for the best way to proceed.
