How can I access the range? If I console log it it shows me that the range is undefined
console.log(e.axisX.viewportMaximum)
console.log(e.axisX.viewportMinimum)
The output is undefined
Ok I managed to figure it out, your example is not full. But thanks!