GChart

A flexible Google Chart API wrapper
Download

GChart Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Krzysztof Jurewicz
  • Publisher web site:
  • http://jurewicz.org.pl/software/pvolley/

GChart Tags


GChart Description

gchart is a flexible Google Chart API wrapper for Python.Examplepythonfrom gchart import gchartchart_class = gchart.corechart.PieChartFactory(some_piechart_option='foo')chart = chart_class( , , another_piechart_option = "bar")The you can call `chart.initialize_html()` and `chart.render_html()`...Note that because `corechart` and `PieChartFactory` are created dynamically, you cannot write:pythonfrom gchart.gchart.corechart import PieChartFactoryInstead, you may do something like:pythonimport gchartPieChartFactory = gchart.gchart.corechart.PieChartFactoryProduct's homepage


GChart Related Software