Widget:WJG Sandbox: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 1,050: Line 1,050:


point_labels=[];
point_labels=[];
for (var j = 0; j < qdist; j+=1){
for (var j = 0; j < qdist.length; j+=1){
     point_labels[j]=j.toString();
     point_labels[j]=j.toString();
}
}

Revision as of 23:28, 22 May 2014