jettro / c3-angular-directive

Contains angularjs directives that use c3js to create good looking graphs
http://jettro.github.io/c3-angular-directive/
MIT License
203 stars 98 forks source link

Ticks with zero #116

Closed sathishkumar1911 closed 8 years ago

sathishkumar1911 commented 8 years ago

Question: I want to create a chart with 4 tick values so i used "tick-count=4". It works fine. But i want to add zero also in the tick because mine have negative values. Is this possible?

jettro commented 8 years ago

I just expose what is possible with C3, check if it is possible there, if not most likely better to ask there first.

sathishkumar1911 commented 8 years ago

Thanks !!!