一个用于生成图表的gem: lazy_high_charts具体使用参考:
https://github.com/michelson/lazy_high_charts
但是它不提供ajax加载的图标方式
因为生成的js代码,实在 window.onload方法中运行的
怎么办?增加新的ajax 代码
<%=high_chart_ajax("dom_name", @highcharts) %>