chartist.js errors on page at time of calculation
-
The calculator will load fine and can be interacted with without issue, sliders adjusted, fields input, etc. But as soon as the “Calculate” button is clicked the file chartist.js will report an error in the console behind-the-scenes.
This does not appear to break functionality in any way that I’ve found as the modal opens and displays calculations correctly. However, it’s worth reporting and checking into it just in case it leads to further issues down the line.
The full details from the browser console is as follows:
chartist.js:333 Uncaught TypeError: Cannot read property ‘querySelectorAll’ of null
at Object.b.createSvg (chartist.js:333)
at f.d [as createChart] (chartist.js:4196)
at f.g (chartist.js:1925)
b.createSvg @ chartist.js:333
d @ chartist.js:4196
g @ chartist.js:1925
setTimeout (async)
h @ chartist.js:1968
e @ chartist.js:4421
f @ chartist.js:1761
open @ script.min.js?ver=5.4.2:1
y @ magnific.js?ver=1.4.12:3
open @ magnific.js?ver=1.4.12:3
open @ magnific.js?ver=1.4.12:3
(anonymous) @ script.min.js?ver=5.4.2:1
dispatch @ jquery.js?ver=1.12.4-wp:3
r.handle @ jquery.js?ver=1.12.4-wp:3
trigger @ jquery.js?ver=1.12.4-wp:3
a.event.trigger @ jquery-migrate.min.js?ver=1.4.1:2
(anonymous) @ jquery.js?ver=1.12.4-wp:3
each @ jquery.js?ver=1.12.4-wp:2
each @ jquery.js?ver=1.12.4-wp:2
trigger @ jquery.js?ver=1.12.4-wp:3
n.fn.<computed> @ jquery.js?ver=1.12.4-wp:4
(anonymous) @ script.min.js?ver=5.4.2:1
dispatch @ jquery.js?ver=1.12.4-wp:3
r.handle @ jquery.js?ver=1.12.4-wp:3The page I need help with: [log in to see the link]
- The topic ‘chartist.js errors on page at time of calculation’ is closed to new replies.