javascript - Use Google Spreadsheet as data source for Chart.js -


is possible use google spreadsheet datasource when using chart.js?

i'd use chart.js create line chart multiple lines, , i'd user able view lines @ once or select ones display. seems simple chart.js, however, i'm wondering how make chart updatable client.

the client has dataset in google spreadsheet update regularly, i'd have chart on website update along spreadsheet.

would need export google spreadsheet json file?

yes can.

https://developers.google.com/sheets/api/v3/data can retrieve google spreadsheet data using api , present returned data in chart.js.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -