Here is the js file: http://pastebin.com/R7Rma5Ai
All data sent by servers are correct.
After I added a page, then adding charts within this page, things seemed fine. Data were in the DB. But when I refreshed the page, there was only the last record (In this case, Trans in % to plan) of the data returned from http://10.69.208.174:3000/admin/charts?page=MyPage.
This is the data of /admin/charts?page=MyPage:
[{“value”:{“page”:1,”formula”:”(processpathrollup[IB Total].hoursatplanrate + 84/84) / processpathrollup[IB Total].actualhours”,”name”:”IB % to plan”},”key”:2},{“value”:{“page”:1,”formula”:”369″,”name”:”Test”},”key”:3},{“value”:{“page”:1,”formula”:”processpathrollup[Transfer In – Total].pcttoplan”,”name”:”Trans in % to plan”},”key”:1}]