-
Notifications
You must be signed in to change notification settings - Fork 4
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
Added rails example of importing data from google spreadsheet in google charts #2
Added rails example of importing data from google spreadsheet in google charts #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is already demo_rails
folder. Examples are expected to be there in new controller and page. Real world examples will be appreciated.
I have added this in the application_controller as it was a single example. |
@@ -47,6 +47,17 @@ charts is not coming in 3d, since google_visualr loading only corechart package | |||
</p> | |||
<br> | |||
|
|||
<h3> Importing Data from Google spreadsheet </h3> | |||
<p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is better you show table and URL ,then display chart. I think we must show the simple code as well how it is working.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added the URL, the table and code to show what js is generated. I have also added another example with easy data.
Any update in this PR? Screenshot or GIF ? |
No description provided.