Hi,
I have 237 records to be attached to stackcolumn chart(drawn using sap.makit library).
When i am trying to attach data like below to the chart ,able to see the three different stacked values for pressure,temperature,voltage against same time,whereas unable to see the same expected result when i am attaching huge data to it.
TestData = {"myData":[
{"value":"6","valuetimestamp":"2015-04-14T10:44:11","typename":"pressure"},
{"value":"8","valuetimestamp":"2015-04-14T10:44:11","typename":"temperature"},
{"value":"11","valuetimestamp":"2015-04-14T10:44:11","typename":"voltage"},
{"value":"9","valuetimestamp":"2015-04-14T10:54:01","typename":"voltage"},
{"value":"26","valuetimestamp":2015-04-14T10:14:11","typename":"voltage"}
]};
Please suggest what could be the reason behind it.Any help would be appreciated.Thanks.