Tick config doesn't respect 'outer: false'
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
You can reproduce this in the examples. For this [example](http://c3js.org/samples/axes_x_tick_format.html) just add an `outer: false` option to the tick config.
Expected: the outer ticks for the x-axis disappear
Actual: the tick marks remain

EDIT: nvm, I was expecting this functionality to hide ALL of the tick lines on the axis, not just the ones on the far left/right - misunderstood what the feature did
Contributor guide
Assessment
This issue has not been assessed yet.