/+junk/pygooglechart-py3k

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/pygooglechart-py3k

« back to all changes in this revision

Viewing changes to test/test.py

  • Committer: gak
  • Date: 2008-08-23 07:00:14 UTC
  • Revision ID: git-v1:e63d169f495b38d136969976df66e5eb162b7baa
 - Fixed a bug with auto-scaling, where the minimum was always 0. (#6) (Rohit Jenveja)

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
        chart = gc.SimpleLineChart(300, 100)
105
105
        chart.add_data([1, 2, 3, None, 5])
106
106
        self.assertChartURL(chart.get_url(), \
107
 
            '?cht=lc&chs=300x100&chd=e:KrVVgA__1V')
 
107
            '?cht=lc&chs=300x100&chd=e:AAMzZm__zM')
108
108
 
109
109
class TestQRChart(TestBase):
110
110