I have not that much experience in javascript so I dont know how I can exdent the array automatically. Here is an example:
var chart_arr = [
{
"x": 1325676960000,
"y": 25500.50,
},
{
"x": 1325875140000,
"y": 30000.50,
}
];
So now I want to add more fields to it. How can I achieve this?
Array. That should help you on the way.