Home | Trees | Indices | Help |
---|
|
1 from GChartWrapper.GChart import * 2 3 __all__ = ['Sparkline', 'Map', 'HorizontalBarStack', 'VerticalBarStack', 'QRCode', 4 'Line', 'GChart', 'HorizontalBarGroup', 'Scatter', 'Pie3D', 'Pie', 'Meter', 5 'Radar', 'RadarSpline', 'VerticalBarGroup', 'LineXY', 'Venn', 'PieC','Pin', 6 'Text','Note','Bubble'] 7 __version__ = '0.9' 8 __author__ = 'Justin Quick <justquick@gmail.com>' 911 import GChartWrapper 12 if chart and chart in dir(GChartWrapper): 13 return getattr(GChartWrapper, chart)(*args, **kwargs) 14 return GChartWrapper.GChart(*args, **kwargs)15
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Sep 30 14:59:38 2009 | http://epydoc.sourceforge.net |