This is a bug. It is fixed now and this will work as expected after
the upcoming release:
xaxis = board.create('axis', [[0, 0], [1, 0]], {
ticks: {
ticksDistance: .2,
insertTicks: false
}
});
Please note that the attributes for the ticks on the axis will be
bundled in the ticks attribute. "insertTicks" set to false prevents
the automatic tick adjustments.
michael