I'm trying to build a chart using javascript running in the browser. The script pulls data from AWS DynamoDB, before using dimple and d3 to construct a chart in the browser. I am looping through the results of a database scan and adding data to the array using array.push(). The result is that the chart axes are drawn but no data points or lines appear at all.I'm trying to build a chart using javascript ru