Home Forums Chart Support Graph with constant x axis and changing y axis Reply To: Graph with constant x axis and changing y axis

#17482

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!