Gap between lines and axis with C3 -


how can delete space between axis , lines c3 library ?

enter image description here

i achieve this:

enter image description here

tnx

just set axis padding

axis: {     x: {         padding: 0     },     y: {         padding: {             bottom: 0         }     } } 

fiddle - http://jsfiddle.net/50o0ve7k/


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -