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

Duplicate Y axis ticks #117

Closed sathishkumar1911 closed 8 years ago

sathishkumar1911 commented 8 years ago

For dynamic line charts we are formatting Y axis ticks to two decimal. But the problem here is some times the range is very small it cause duplicate Y axis ticks, How can we avoid this situation?

jettro commented 8 years ago

Please verify if this is an issue with my library or with the original c3 library. If it is a thing in C3 I cannot fix it here.

sathishkumar1911 commented 8 years ago

I thing it is in c3 library, I will check once again.

sathishkumar1911 commented 8 years ago

It is C3 library issue. Thanks !!!