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

show-labels attribute on c3chart prevents labels-format-function from being called #152

Open mouse-reeve opened 7 years ago

mouse-reeve commented 7 years ago

When the c3chart directive has both show-labels and labels-format-function specified, the labels are not formatted. When only labels-format-function is set, the labels show, and are correctly formatted by the callback.