Registry / utility / jpgraph-jpgraph

jpgraph-jpgraph

JSON →
library4.0.2phppackagistunverified

jpGraph, library to make graphs and charts

composer require jpgraph/jpgraph
INSTALL
IMPORT
SIG · JPGRAPH-JPGRAPH
J
jpgraph-jpgraph
utilityphpv4.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graph
use JpGraph\Graph\Graph;

Create a basic line graph

use JpGraph\Graph\Graph; $graph = new Graph(400, 300); $graph->SetScale('textlin'); $graph->title->Set('Example'); $graph->Stroke();
Debug
Known issues
gotchaJpGraph requires GD extension enabled
fix
Install php-gd extension
affects: >=4.0.0
Upgrade
Version history
4.0.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jpgraph-jpgraph — pip install jpgraph-jpgraph · libregistry