From 751535fb7e87b8c034d866009038ec212334543c Mon Sep 17 00:00:00 2001 From: jaraco Date: Sat, 17 May 2008 19:14:49 +0000 Subject: [PATCH] added a quick readme --- readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..2376b90 --- /dev/null +++ b/readme.txt @@ -0,0 +1,6 @@ +--- Still to do --- + +1) Finish porting all of the chart objects from the Ruby libraries. +2) Factor out default stylesheets so that individual properties may be overridden without copying the entire stylesheet into another app. +3) Implement javascript-based animation (See JellyGraph for a Silverlight example of what simple animation can do for a charting library). +4) Implement namespace-based packages (see http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages)... so that the package is svg.chart.Graph, etc. \ No newline at end of file