To understand how graphs work and the available graph option it is recommend to review out the graphing workshop as in depth graph option will not be covered here.
Read more about JSON (JavaScript Object Notation) here.
Within the 'loadPage' element of the task's action a menu item to load a graph object has been created. At this time graphs use a JSON object to pass instruction to the graphYUI to render the graph. The datasets contain the required base data to render the graph.
To insert each of the four runs substitution parameters are used and there values are multiplied by 1000 to convert them to ms (At this time the YUI graphing package does not like small numbers <0.1).
Steps to complete: