Home Forums Chart Support Dynamic Grah Implementation Reply To: Dynamic Grah Implementation

#7082

Hi Anjali,

I was able to achieve the desired result using below api’s.

chart.options.axisX.minimum=null ;
chart.options.axisX.maximum = null;

Using these api’s sets X-axis minimum and maximum values to null(default) after 60 seconds and then X-axis values start shifting.
Thanks for your valuable inputs and time.

Regards,
Swapnil