jueyang / call-me-maybe

Use the issue queue. Dark secrets welcome. (CUNY-J teaching 2015)
3 stars 0 forks source link

highcharts and google sheets #24

Closed catharob closed 9 years ago

catharob commented 9 years ago

Hey Jue - Me again! (I think I'm winning for most issues opened.)

Not sure if you're looking at this too much over the summer, but in case you are, I'd love your help - I have a thing I'm trying to figure out for my internship.

I'd like to make a highchart that passes in data from a google sheet - one that will (hopefully someday soon) be collecting audience input from a google form. I've used JSFiddle on Highcharts to attempt to test this out, but the chart is not appearing on the page, when I actually copy the code and paste it in from JSFiddle.

I've put everything I've done so far in a github repo: https://github.com/catharob/guess-your-energy-use And the README details the things I've changed from what Highcharts gives me in JSFiddle (not a lot). I've hit the point where I can't even figure out what to Google for this error, so I figured it was a good time to ask for help.

Let me know if you have any thoughts, and thanks! Hope your summer is going well.

catharob commented 9 years ago

Well. I figured it out. Highcharts doesn't like google form data - I was able to pass in a normal sheet and my code worked fine. For some reason a sheet generated by a form won't work. I think this means I'll have to move on from highcharts. I'm going to close the issue, but if you have any suggestions on ways I might be able to do this, please let me know! Thanks Jue!