Hello
I am struggling to compile code to essentially report data from an esp8266 to local web interface. Can someone please help validate my code or show me what I am doing wrong?
https://jsfiddle.net/richo/1vzo3g24/7/#&togetherjs=fytPROKrSz
if that doesn’t work try:
JS Fiddle code
The current error is: Uncaught TypeError: Cannot use ‘in’ operator to search for ‘name’ in {
at H.V.setOptions (canvasjs.min.js:100)
at H.V (canvasjs.min.js:32)
at new H (canvasjs.min.js:138)
at m._initialize (canvasjs.min.js:171)
at m.render (canvasjs.min.js:202)
at canvasjs.min.js:131
thanks
Richo