c3-angular-directive icon indicating copy to clipboard operation
c3-angular-directive copied to clipboard

onzoom not working?

Open ghost opened this issue 8 years ago • 0 comments

I am trying to grab the visible x-axis after a zoom has occurred, but I cannot figure out how. chart.axis.min() and max(), as well as .range() returns is undefined, and chart.zoom() does not reflect the actual zoom but shows the original data. I tried to use on-zoom-end (in the c3chart directive), but that also does not appear to fire.

Any suggestions?

ghost avatar Dec 04 '17 12:12 ghost