How can I delete the space between the axis and the lines with C3 library ?
I would like to achieve something like this:
Tnx
Just set the axis padding
axis: {
x: {
padding: 0
},
y: {
padding: {
bottom: 0
}
}
}
Fiddle - http://jsfiddle.net/50o0ve7k/