Factor out ticker functions and clean up their semantics/usage.
authorDan Vanderkam <danvk@google.com>
Wed, 17 Aug 2011 17:01:47 +0000 (13:01 -0400)
committerDan Vanderkam <danvk@google.com>
Wed, 17 Aug 2011 17:01:47 +0000 (13:01 -0400)
This introduces a new syntax for per-axis properties:

axes: {
  x: {
    valueFormatter: ...
  }
}

The old syntax (xValueFormatter) still works, but is less general.
The valueFormatter and axisLabelFormatter options are now used
consistently between x- and y-axes and have a predictable set of
parameters.

Includes lots of tests for all relevant behaviors.


No differences found