I have an array and the second column with values like this 2050.878456 and inside my javascript function to create a Area Chart I made the following
2050.878456
Try passing the Value as string and then later do a parseFloat. Something like this:
Value
string
parseFloat
data.addColumn('string', 'Value'); for (var i=0;i