JpGraph

Component ID

1706102

Component name

JpGraph

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1595

Component created

Component changed

Component body

Indtroduction

JpGraph is a PHP library used to create charts, all kinds of charts.
This Drupal module provides a simple loader for this library.

Usage

drupal_load();                             // will load only jpgraph.php
drupal_load(array('jpgraph_regstat.php')); // will load jpgraph.php
                                          // and jpgraph_regstat.php

Dependencies