# # ChangeLog for /trunk/pycha/chart.py # # Generated by Trac 0.11 # 09/09/10 12:38:36 Sat, 21 Mar 2009 13:19:39 GMT lgs [175] * trunk/chavier/app.py (modified) * trunk/pycha/chart.py (modified) * trunk/pycha/pie.py (modified) Allow to specify the font of the ticks. Based on a patch ... Sat, 21 Mar 2009 09:57:28 GMT lgs [173] * trunk/chavier/app.py (modified) * trunk/pycha/chart.py (modified) Update chavier to work with last changes Sat, 21 Mar 2009 09:49:44 GMT lgs [172] * trunk/examples/interval.py (added) * trunk/pycha/chart.py (modified) Initial implementation of the interval option. Based on a patch ... Wed, 18 Mar 2009 20:35:07 GMT lgs [170] * trunk/examples/color (added) * trunk/examples/color/colorschemes.py (added) * trunk/pycha/chart.py (modified) * trunk/pycha/color.py (modified) * trunk/tests/color.py (modified) Implement different color schemes. Fixes #29 Tue, 17 Mar 2009 10:27:31 GMT lgs [169] * trunk/examples/barchart.py (modified) * trunk/examples/hbarchart.png (modified) * trunk/examples/linechart.png (modified) * trunk/examples/linechart.py (modified) * trunk/examples/piechart.png (modified) * trunk/examples/scatterchart.png (modified) * trunk/examples/scatterchart.py (modified) * trunk/examples/stackedbarchart.py (modified) * trunk/examples/vbarchart.png (modified) * trunk/pycha/bar.py (modified) * trunk/pycha/chart.py (modified) * trunk/pycha/color.py (modified) * trunk/pycha/line.py (modified) * trunk/pycha/pie.py (modified) * trunk/pycha/scatter.py (modified) * trunk/tests/chart.py (modified) * trunk/tests/color.py (modified) Big refactor about how the colors scheme are created and used. See #29 Sat, 07 Feb 2009 09:38:31 GMT lgs [149] * trunk/chavier/app.py (modified) * trunk/pycha/bar.py (modified) * trunk/pycha/chart.py (modified) Add an option to draw the y vals on the bars. See #22. Patch contributed ... Tue, 03 Feb 2009 22:15:01 GMT lgs [142] * trunk/pycha/chart.py (modified) Fixes bug #15 Tue, 03 Feb 2009 22:08:23 GMT lgs [140] * trunk/pycha/__init__.py (modified) * trunk/pycha/bar.py (modified) * trunk/pycha/chart.py (modified) * trunk/pycha/color.py (modified) * trunk/pycha/line.py (modified) * trunk/pycha/pie.py (modified) * trunk/pycha/scatter.py (modified) Change the copyright range and make all code pep8 compatible Mon, 19 Jan 2009 20:15:53 GMT lgs [138] * trunk/pycha/chart.py (modified) Use the option labelFontSize when rendering the axis. Fixes #21 Sun, 02 Nov 2008 07:47:35 GMT lgs [129] * trunk/pycha (moved) * trunk/setup.py (modified) Rename the src directory to pycha so we can finally run the test ... Wed, 29 Oct 2008 21:27:49 GMT lgs [127] * trunk/examples/svg.py (added) * trunk/src/chart.py (modified) Add svg support by changing the way we compute the surface dimensions