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

how to pass param when use value-format-function #180

Open i-konie opened 5 years ago

i-konie commented 5 years ago

<chart-tooltip value-format-function="chartTooltipFormat(data.chartData[0].data)"></chart-tooltip>

This way is no legal, but how can I use data.chartData[0].data in chartTooltipFormat?