From 2c44c79b381bedcb3a1b2803736d57beda9ae9d3 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Tue, 9 Aug 2011 18:08:49 -0400 Subject: [PATCH] TODO --- TODO | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..2f88fc2 --- /dev/null +++ b/TODO @@ -0,0 +1,19 @@ +- Rectify the various function signatures of valueFormatter and axisLabelFormatter + +- Update all options in the options-reference: + - xValueFormatter + - pixelsPerXLabel + - xAxisLabelFormatter + - xTicker + - yValueFormatter + - pixelsPerYLabel + - yAxisLabelFormatter + - yTicker + + valueFormatter + + ticker + + axisLabelFormatter + + pixelsPerLabel + +- Write per-axis.html explaining how this works. + +- Write some (non-auto) tests -- 2.7.4