As the guys in the comments say:
plotData = [[0,0]]; g.updateOptions( { 'file': plotData } );
plotData must have something in it. You might be able to host one of several different formats, but the above has worked for me in the past. I am constantly updating the plot and updating the data every second. To do this, I preload plotData just before updateOptions.
Good luck
J
source share