Technical Research: Google Charts
Google Charts is an API written in JavaScript that creates charts from data within the webpage. [1] It renders these charts through HTML5/SVG according to the HTTP request parameters. This is fundamentally different from D3.js because Google charts is a charting tool at its core whereas D3.js at its core manipulates DOM objects with fed data.
Key Features
Usage
Google charts can be used to create the data visualisation on the front end. It would serve the same purpose as D3.js and could potentially be an alternative.
Advantages
Disadvantages
Alternatives
Below are some popular alternative javascript charting libraries. Some of which will also be explored in our research.
References
[1] Google Developers. (2016). Charts | Google Developers. [online] Available at: https://developers.google.com/chart/ [Accessed 22 Nov. 2016].
[2] Elements.polymer-project.org. (2016). Polymer Element Catalog. [online] Available at: https://elements.polymer-project.org/elements/google-chart [Accessed 22 Nov. 2016].