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 php55-gdchart, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php55-gdchart
To see what files were installed by php55-gdchart, run:
port contents php55-gdchart
To later upgrade php55-gdchart, run:
sudo port selfupdate && sudo port upgrade php55-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.