I have a sample chart I want to display on my site using HighCharts.js. I am able to get it to display locally on my machine and in JSFiddle but when i use that same code in the header of an HTML module, the chart never displays.The title displays for the chart but not the actual chart. The dev console doesn't giver any hints as to where its failing. I have tried multiple ways of getting the values. I tried just having the values in the HTML and making a "csv: document.getElementById('data').innerHTML" call but it doesn't work. I also tried to pull it from a CSV file on the web server and same result.
Any help is greatly appreciated!