Closed
Description
From @ColinEberhardt on September 21, 2016 13:30
The ticks property has some slightly funky behaviour:
Sets the arguments that will be passed to scale.ticks and scale.tickFormat when the axis is rendered, and returns the axis generator.
https://github.com/d3/d3-axis#axis_ticks
Which you can see being replicated in d3fc:
https://github.com/ScottLogic/d3fc/blob/master/src/scale/ticks.js#L25
However, the d3fc-annotation ticks component des not perform this 'argument capturing' logic.
Copied from original issue: d3fc/d3fc-annotation#8