2 Commits (fd851f97cbf8247a2c3fea27514368e73ec2e61b)

Author SHA1 Message Date
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 4d989d9460 Working toward a 2.0 release 15 years ago
jaraco e95aead46c Library now uses lxml for XML processing. This technique has a much cleaner and robust implementation. I tried using the Python 2.5 element tree, but it doesn't support processing instructions (as far as I can tell). 16 years ago
jaraco 394ac51416 Factored Graph subclass CSS handling into superclass, implemented as resource files 16 years ago
jaraco 6aa9a44ea9 Renamed lib to src 16 years ago
jaraco 70d82a850b Fixed module references using new PEP-8 naming scheme 17 years ago
jaraco 41b6bdc67b Renamed modules per PEP8 17 years ago
jaraco ac0fc574bf Refactored the project into a namespace package: svg.charts 17 years ago
jaraco 66ce686dd3 Renamed lib/SVG to lib/svg 17 years ago
jaraco ba31107e08 Removed extraneous space per PEP-8 17 years ago
jaraco a913b7d374 Completed initial port of HorizontalBar 17 years ago
jaraco 375d985e88 Improved test scripts. 17 years ago
jaraco d73cb89e5e Fixed issue of y axis labels appearing as floats (1.0) even when they're scaled to integers. 17 years ago
jaraco 082987c417 Improved vertical bar axis and test; it now nearly matches the Ruby test of the same data 17 years ago
jaraco a70b0c5ec8 Fixed some bugs with Vertical Bar rendering 17 years ago
jaraco 562b6bb6ae Provided initial port of the VerticalBar Graph 17 years ago