The wrapper can render the URL of the Google chart based on your
parameters. With the chart you can render an HTML img tag to insert into
webpages on the fly, show it directly in a webbrowser, or save the chart
PNG to disk. New versions can generate PIL PngImage instances.
|
APIPARAMS = ( ' chxtc ' , ' chxt ' , ' chxp ' , ' chxs ' , ' chxr ' , ' chco ' , ...
|
|
APIURL = ' http://chart.apis.google.com/chart? '
|
|
BUBBLE_LICONS = ( ' beer ' , ' bike ' , ' car ' , ' house ' , ' petrol ' , ' sk ...
|
|
BUBBLE_SICONS = ( ' WC ' , ' WCfemale ' , ' WCmale ' , ' accomm ' , ' airpor ...
|
|
BUBBLE_TYPES = ( ' icon_text_small ' , ' icon_text_big ' , ' icon_text ...
|
|
COLOR_MAP = { ' aliceblue ' : ' F0F8FF ' , ' antiquewhite ' : ' FAEBD7 ' , ...
|
|
GEO = ( ' africa ' , ' asia ' , ' europe ' , ' middle_east ' , ' south_ameri ...
|
|
IMGATTRS = ( ' title ' , ' alt ' , ' align ' , ' border ' , ' height ' , ' widt ...
|
|
LEGEND_POSITIONS = ( ' b ' , ' t ' , ' r ' , ' l ' , ' bv ' , ' tv ' )
|
|
MARKERS = ' acdostvVhxrRbBDF '
|
|
NOTE_IMAGES = ( ' arrow_d ' , ' balloon ' , ' pinned_c ' , ' sticky_y ' , ' ...
|
|
NOTE_TYPES = ( ' note_title ' , ' note ' , ' weather ' )
|
|
NOTE_WEATHERS = ( ' clear-night-moon ' , ' cloudy-heavy ' , ' cloudy-s ...
|
|
PIN_ICONS = ( ' home ' , ' home ' , ' WC ' , ' WCfemale ' , ' WCmale ' , ' acco ...
|
|
PIN_SHAPES = ( ' pin ' , ' star ' , ' sleft ' , ' sright ' )
|
|
PIN_TYPES = ( ' pin_letter ' , ' pin_icon ' , ' xpin_letter ' , ' xpin_ic ...
|
|
PY_VER = ' 2.x '
|
|
TTAGSATTRS = ( ' label ' , ' title ' , ' color ' , ' line ' , ' grid ' , ' bar ' ...
|
|
TYPES = ( ' bvs ' , ' p3 ' , ' qr ' , ' lc ' , ' p ' , ' bhg ' , ' pc ' , ' s ' , ' r ' , ...
|