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

support D3 zoom event? #177

Open learncurve opened 6 years ago

learncurve commented 6 years ago

Hi, I checked your API document at http://jettro.github.io/c3-angular-directive/api-docs/1.3/index.html, it can support enable-zoom feature, but is there anyway that I can use those D3 zoom functions at https://github.com/d3/d3-zoom/blob/master/README.md#zoom_on ?

I mean if currently your C3chart did not provide those zoom directive, then could I use sth. like d3.select(*) to get the C3chart and invoke the d3 zoom function?

many thanks for your guidance and appreciated very much.