DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Tutorial

The processing in SAV Jpgraph is based on the interpretation of an XML file where tags are associated with objects (from JpGraph classes or from data, query, file, marker, template classes). You may split the processing in several XML file or strings as done in the “sav_jpgraph” extension or have all the XML tags inserted in the same file.

Due to the interpretation process, the use of XML templating is flexible but runs slower than the conventional php coding. Therefore a caching system is available since version 0.2.0 to speed up the rendering.

The tutorial is intended to be a good start to understand how it works.