pygooglechart
pygooglechart copied to clipboard
pygooglechart is a complete Python wrapper for the Google Chart API.
Can we update upstream pip package to 0.4.1? https://pypi.python.org/pypi/pygooglechart
Add support for the `pieHole` option that makes donut charts possible.
Releases should be tagged in git so it's easy to grab the correct tarball or put the tree at the right point in history.
I am getting 400 errors on charts generated through 0.4.0 which were not there under 0.3.0. It looks to be related to the subdomain change from chart.apis.google.com to www.google.com. I...
As per https://developers.google.com/chart/image/, Google is killing this service. Any ideas on a replacement API perhaps with a wrapper layer? Or a replacement graphing API? I have any more thoughts on...
Please add rotation support for pie charts (parameter is `chp`)
I haven't found a setting to change the font size. Is it possible?
It looks that it is not possible now - mix '_' or '__' as a symbol of missing value with integers in .add_data.
By Daniel Romaniuk on https://groups.google.com/d/topic/pygooglechart/SHVd8jKkSUI/discussion I noticed what appear to be two small errors in the script. In the following two functions: def set_axis_positions(self, axis_index, positions): .................. raise InvalidParametersException('Axis index...
I wrote an incredibly simple program to input text and URLs from a file, parsed by the program, passed to pygooglechart, and then downloaded. upon encountering a text file with...