Hello experts,
I am currently working on vizframe application on webIDE. I need to display a line chart with time axis.
I have three questions regarding this.
1. How to use date as axis category?
I tried to provide the model data as follows:
"Processes":
[
{"CreaDate": "2014-11-02", "Usecase": "CHANGE"},
{"CreaDate": "2014-11-02", "Usecase": "CHANGE"},
{"CreaDate": "2013-10-06", "Usecase": "PRD_CHANGE"},
{"CreaDate": "2013-10-06", "Usecase": "CHANGE"}
].
But the dates are considered as strings and so it is displayed irrespective of order.
2. Is it possible to get the count of Usecases (as per above model data) in the vizframe measure section?
3. SAP UI5 explorer has this example (link: SAPUI5 Explored) but when downloaded and executed the application in webide, it displayed blank because data file is missing.
Where can we get the data which has this path
"test-resources/sap/viz/demokit/dataset/milk_production_testing_data"?
Please help me.