You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: