A spotlight on the AJAX connector functions

Written by Richard Heyes, on 24th July 2018

AJAX logo

A continuation of yesterday's spotlight on the Google Sheets connector and this one focuses on the AJAX functionality that RGraph comes with. There are two separate sets of AJAX functions - one for SVG and one for canvas.

They do anything from fetching a single number to fetching and parsing a JSON file. There's also a general AJAX fetch function so you can get hold of any page you wish to.

When using RGraph you're not limited to the AJAX functions that come with RGraph - you can quite happily use your own (or the jQuery AJAX functions for example).

Go to the AJAX functions article...