Hi All,
I am using "sap.viz.ui5.data.FlattenedDataset" to display the graph. I getting the value from the backend as oData Model. I am converting the receiving oData model into JSON object. In that i will be getting set of values as follows "{status:,statusvaule}". Status will be four categories like "In-Transit","On-Site","Completed" and "remaining". Each status will have the different value. So i need to bind this data model to our graph. I am able to bind the hardcode values to graph. It is working fine. Need some help in binding the retrieved data model to graph.
- Dinesh C R.