SyntaxFix
Write A Post
Hire A Developer
Questions
Not sure about the subelements, but all browsers should support this now:
for (val of lineChartData) { document.write(val); }
This might give you some ideas For-each over an array in JavaScript?