From: Dan Vanderkam Date: Tue, 9 Aug 2011 22:08:49 +0000 (-0400) Subject: TODO X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=2c44c79b381bedcb3a1b2803736d57beda9ae9d3;p=dygraphs.git 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