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
onZoomComplete: function({chart}) {
console.log(`I was zoomed!!!`);
const start = new Date(chart.chart.boxes[2].min);
const end = new Date(chart.chart.boxes[2].max);
console.log(start);
console.log(end);
}
Hello guys!!
I'm trying to get the range x-axis values when i apply the zoom by dragging in the chart like in the following example:
The text was updated successfully, but these errors were encountered: