28 Commits (22f1dc3ad57cf03c8f36869875aa72da2055af23)

Author SHA1 Message Date
Florian Mounier 5389606e86 Sorry but i dislike tabs 13 years ago
Jason R. Coombs 46a8dc70ad Fixed failing test case in Pie.add_data. Tests now pass on Python 3 13 years ago
Jason R. Coombs 153ddd14ce Fixed TypeError on Python 3 13 years ago
Jason R. Coombs 9bb4068adc Updated docstrings 14 years ago
Jason R. Coombs 8bfdae4464 Fixed issue in css stream loading under Python 3 14 years ago
Jason R. Coombs a698c23cae Fixed some import errors and name errors on Python 3 14 years ago
Jason R. Coombs 15d2e16303 Removed from itertools imports (break under 2to3). 14 years ago
Jason R. Coombs 0cc9d106d0 A couple of fixes toward Python 3 compatibility 14 years ago
Jason R. Coombs 07d228d540 Fixed #3139197 by putting label ids in quotes 14 years ago
Jason R. Coombs d2b151fff9 Finished the port of the Line chart. Now basic sample renders properly. 14 years ago
Jason R. Coombs d063df3fba Fixed off-by-one error in line y labels 14 years ago
Jason R. Coombs fd851f97cb Fixed styles in line chart 14 years ago
Jason R. Coombs 1f0b9f9dda Fixed a few errors in line.py so at least it doesn't trigger test failures (but the chart still isn't rendering properly) 14 years ago
Jason R. Coombs 9323ce3186 Removing debugging print statement 14 years ago
Jason R. Coombs 57f29bc86e Fixed style rendering in Pie chart 14 years ago
Jason R. Coombs 939894c7d6 Updated Pie docstring to match current implementation 14 years ago
Jason R. Coombs 7f6bccc659 Fix for issue with issue with x axis labels on time series plot (and probably others). 14 years ago
jaraco 8a7198cfc2 Updated comment 14 years ago
jaraco 99d3b41088 Restuctured the way stylesheets are loaded so they can be more easily customized by subclasses and so they're less dependent on the class names 14 years ago
jaraco 4b78b18761 Moved acknowledgements into main readme file 15 years ago
jaraco c0dd785bab Fix IndexError in `svg.charts.plot.Plot.field_size` when there are only two values returned by float_range (in the case there are only two different 'y' values in the data) and scale_y_integers == True. Credit to Jean Schurger <http://schurger.org/>_ for the patch. 15 years ago
jaraco 7057a47345 Completed implementation of css profile based on SVG 1.1 spec 15 years ago
jaraco 112ae84831 Override length to coincide with the definition given in SVG spec 15 years ago
jaraco a3c34ab9d0 Removed unnecessary extra copy of _MACROS 15 years ago
jaraco b8bb15a429 Fixed errors in the CSS identified by cssutils 15 years ago
jaraco ddb1b7e0ed Adding support for an SVG profile in cssutils 15 years ago
jaraco a91fa67ce5 Updated Exception to be an actual Exception 15 years ago
jaraco 4d989d9460 Working toward a 2.0 release 15 years ago