Home Forums Chart Support Dynamically Plot live data Reply To: Dynamically Plot live data

#8690

szjoueid,

I just observed that the “optical” value that you are setting is a string instead of an Number. Please convert it to a number as shown below and it should work fine.

y: Number(data[i].d.optical)


Sunil Urs