Understand how graphs are made on Analytics solutions
Coding from scratch data graphs would take a while, that's the reason why most of analytics will take existing work in order to be able to get data visualization done. In this part of the course we will talk about jqPlot which is the solution taken by Matomo Analytics.
jqPlot is a jQuery plugin released under the MIT and GPL version 2 licenses.
In order to use it all you need to download the package of the project at https://github.com/jqPlot/jqPlot/, then to check the paths, then to include it on your pages and change the values according to your needs... and you are good to go.
Last modified: Tuesday, 24 September 2019, 6:30 PM