Easily create Google charts using Python syntax and data objects.
Python wrapper for the Google Chart API. The wrapper can render the URL of the Google chart, based on your parameters, or it can render an HTML img tag to insert into webpages on the fly. Made for dynamic python websites (Django, Zope, CGI, etc.) that need on the fly chart generation without any extra modules.
Python wrapper for the Google Chart API. The wrapper can render the URL of the Google chart, based on your parameters, or it can render an HTML img tag to insert into webpages on the fly. Made for dynamic python websites (Django, Zope, CGI, etc.) that need on the fly chart generation without any extra modules.
To install py27-gchartwrapper, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-gchartwrapper
To see what files were installed by py27-gchartwrapper, run:
port contents py27-gchartwrapper
To later upgrade py27-gchartwrapper, run:
sudo port selfupdate && sudo port upgrade py27-gchartwrapper
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.