-
Notifications
You must be signed in to change notification settings - Fork 231
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
TimeSeries chart for JSON data #54
Comments
Hi, Thanks |
@eeshamca hey there - did it work out for you eventually? anything I can help out with? |
hey @jondot, I´m trying to accomplish the same as @eeshamca is talking about. Thanks! |
I got it working, the json data needed to be wrapped in a jsonp callback request from Graphene. Got some fancy graphs now, nice work @jondot |
Hi, I am creating chart for TimeSeries Data, I have done code for getting JSON output as below.
([{ "first": "12.35", "second": "34.5", "third": "04.34"}])
But this output will not prepare a chart of TimeSeries in Graphene.
Is it worked for PHP coding ? My code was written in PHP and made json_encode and call the GET request to PHP file and get the response as JSON data as above mentioned.
If it works for PHP, then How to pass these data to Graphene chart and how it could be possible to make changes dynamically ?
The text was updated successfully, but these errors were encountered: