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

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -