|
PY_VER = ' 2.x '
|
|
APIPARAMS = ( ' chxtc ' , ' chxt ' , ' chxp ' , ' chxs ' , ' chxr ' , ' chco ' , ...
|
|
MARKERS = ' acdostvVhxrRbBDF '
|
|
TYPES = ( ' bvs ' , ' p3 ' , ' qr ' , ' lc ' , ' p ' , ' bhg ' , ' pc ' , ' s ' , ' r ' , ...
|
|
IMGATTRS = ( ' title ' , ' alt ' , ' align ' , ' border ' , ' height ' , ' widt ...
|
|
GEO = ( ' africa ' , ' asia ' , ' europe ' , ' middle_east ' , ' south_ameri ...
|
|
TTAGSATTRS = ( ' label ' , ' title ' , ' color ' , ' line ' , ' grid ' , ' bar ' ...
|
|
APIURL = ' http://chart.apis.google.com/chart? '
|
|
COLOR_MAP = { ' aliceblue ' : ' F0F8FF ' , ' antiquewhite ' : ' FAEBD7 ' , ...
|
|
PIN_TYPES = ( ' pin_letter ' , ' pin_icon ' , ' xpin_letter ' , ' xpin_ic ...
|
|
PIN_ICONS = ( ' home ' , ' home ' , ' WC ' , ' WCfemale ' , ' WCmale ' , ' acco ...
|
|
PIN_SHAPES = ( ' pin ' , ' star ' , ' sleft ' , ' sright ' )
|
|
NOTE_TYPES = ( ' note_title ' , ' note ' , ' weather ' )
|
|
NOTE_IMAGES = ( ' arrow_d ' , ' balloon ' , ' pinned_c ' , ' sticky_y ' , ' ...
|
|
NOTE_WEATHERS = ( ' clear-night-moon ' , ' cloudy-heavy ' , ' cloudy-s ...
|
|
BUBBLE_TYPES = ( ' icon_text_small ' , ' icon_text_big ' , ' icon_text ...
|
|
BUBBLE_SICONS = ( ' WC ' , ' WCfemale ' , ' WCmale ' , ' accomm ' , ' airpor ...
|
|
BUBBLE_LICONS = ( ' beer ' , ' bike ' , ' car ' , ' house ' , ' petrol ' , ' sk ...
|
|
LEGEND_POSITIONS = ( ' b ' , ' t ' , ' r ' , ' l ' , ' bv ' , ' tv ' )
|