June 2017
Beginner to intermediate
368 pages
8h 31m
English
Graphics libraries present a straightforward way for us to create both an attractive and informative dashboard for our users. As we saw in Chapter 5, Creative Teaching - Developing Custom Resources and Activities, when we developed a three-dimensional model viewer activity, JavaScript clearly has the potential to create visually appealing content. There are many graphics libraries available but the one we will be focusing on in this section is Chart.js--see http://www.chartjs.org for details.
Download the latest Chart.js file (again, see http://www.chartjs.org for download information). Create a new folder called /thirdparty and copy into that the Chart.js script:
We will need to use the Page API to load the ...
Read now
Unlock full access