The GDChart extension provides an interface to the bundled gdchart library. This library uses GD (bundled) library to generate 20 different types of graphs based on supplied parameters. The extension provides an OO interface to gdchart exposing majority of options via properties and complex (array) options via a series of methods.
The GDChart extension provides an interface to the bundled gdchart library. This library uses GD (bundled) library to generate 20 different types of graphs based on supplied parameters. The extension provides an OO interface to gdchart exposing majority of options via properties and complex (array) options via a series of methods.
To install php54-gdchart, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php54-gdchart
To see what files were installed by php54-gdchart, run:
port contents php54-gdchart
To later upgrade php54-gdchart, run:
sudo port selfupdate && sudo port upgrade php54-gdchart
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.