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

tick-format-function for y2 axes #146

Open Blacksmoke16 opened 7 years ago

Blacksmoke16 commented 7 years ago

The tick-format-function will only format the y1 axis, even if there are two y axes.

Plunker:
https://embed.plnkr.co/m5l1m5Aupogy65FzVYcV/

As you can see i have the tick-format-function for each y axis, however it will only ever format y1. Is there a separate function for doing only y2, or does this need to be fixed?