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? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -