我正在从Googlesheets加载数据至fusioncharts在我的Rails应用程序中。我使用Jquery从本教程中看到的谷歌表格中获取数据https://www.sitepoint.com/interactive-javascript-charts-using-data-from-google-sheets/Rails总是给我这个错误undefinedlocalvariableormethod'parsedData'for#当我尝试从pasedData中获取数据时像这样的变量。data:parsedData我不确定我在这里做错了什么,这是我第一次使用JSON将数据加载到Rail