Having trouble just getting the Highchart to show
问题 I'm pretty new to Javascript, Rails and JQuery all working together. I'm going through this tutorial (http://www.highcharts.com/documentation/how-to-use#installation) on Highcharts and just trying to get a base graph to show. It's not happening. In my home.html.erb file I have: <div id="container" style="width: 100%; height: 400px"></div> In app/views/layouts/application.html.erb I have this in my head tag: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type=