issues
search
gwtd3
/
gwt-d3
A GWT wrapper library around the d3.js library
Other
131
stars
53
forks
source link
SVG Axes API
#29
Closed
anthonime
closed
11 years ago
anthonime
commented
11 years ago
API
[x] d3.svg.axis - create a new axis generator.
[x] axis - creates or updates an axis for the given selection or transition.
[x] axis.scale - get or set the axis scale.
[x] axis.orient - get or set the axis orientation.
[x] axis.ticks - control how ticks are generated for the axis.
[x] axis.tickValues - specify tick values explicitly.
[x] axis.tickSubdivide - optionally subdivide ticks uniformly.
[x] axis.tickSize - specify the size of major, minor and end ticks.
[x] axis.tickPadding - specify padding between ticks and tick labels.
[x] axis.tickFormat - override the tick formatting for labels.
TESTCASE: TestAxis Bostock DEMO: AxisComponent
API
TESTCASE: TestAxis Bostock DEMO: AxisComponent