c3.js is applying a clip-path to the axis. I don’t know much about c3‘s internals so I’m not sure why they are doing this. But you can remove it:
d3.select('.c3-axis-x').attr("clip-path", "");
Updated fiddle.
3
solved create a tag “
c3.js is applying a clip-path to the axis. I don’t know much about c3‘s internals so I’m not sure why they are doing this. But you can remove it:
d3.select('.c3-axis-x').attr("clip-path", "");
Updated fiddle.
3
solved create a tag “