Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

standard install broken after the update on api.thingspeak.com #6

Closed
powermik opened this issue Feb 2, 2013 · 3 comments
Closed

standard install broken after the update on api.thingspeak.com #6

powermik opened this issue Feb 2, 2013 · 3 comments

Comments

@powermik
Copy link
Contributor

powermik commented Feb 2, 2013

show.html.erb contains code like:

<script type="text/javascript" src="http<%= 's' if @ssl %>://api.thingspeak.com/javascripts/highcharts<%= '-android' if get_header_value('user_agent').upcase.index('ANDROID') %>.js"></script>

it seems that the highcharts-library has vanished from api.thingspeak.com, so every unmodified install from thingspeak open source api can't display charts anymore

Please update the opensource api and as a workaround upload the highcharts librarys on your server again

@powermik
Copy link
Contributor Author

powermik commented Feb 2, 2013

ups, code segment gone missing:
contains code like: //api.thingspeak.com/javascripts/highcharts

@iobridge
Copy link
Owner

We will be adding a change to the standard install the references the local version of highcharts instead of referencing the "CDN" version externally. Our goal is to have ThingSpeak standalone. Thanks for letting us know.

@akinsgre
Copy link
Contributor

Pull request "Highcharts" was merged and should have resolved this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants