I want my data in javascript such that it creates arrays for each fund and within those arrays there should be all the date and amount fields like
FundName1
dated amount
dated amount
dated amount
FundName2 dated amount dated amount dated amount
Or can I throw all the data to javascript and then doing this with with javascript? if Yes then How?