Hello,
I am trying to get CanvasJS working in avada. I couldn’t get it working with a local js file (it gets overwritten somehow), so I had to use the online script:
<script src="https://cdn.canvasjs.com/canvasjs.min.js"></script>
The graph gets created properly, however the x-axis values arent responsive anymore and more importantly when I use the “Pan” button to scroll the graph simply ends (http://prnt.sc/cziy1x) while the calculations continue. When I use the local downloaded version of the script this does work, but I cant find a way to include a local script into the avada theme properly (I tried plugins and wp_enqueue_script without good results)
Is there a way I can implement the canvas.min.js properly within the avada theme?
Best regards,
B. Jansen