Cannot override c3.chart.internal.axis.fn functions
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
For a new project I need to draw the axis differently, I tried
`c3.chart.internal.axis.fn.getXAxis = function () { ... };`
but is not working, is there a way to override how the axis are being drawn?
In fact, `c3.chart.internal.axis.fn` does not have any function attached to it.
Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.