I have created CDS view with annotations to display smartchart in sap ui5 application using business application studio, i am new to the business application studio. i have used annotation @odata.publish to link my cds view to odata service. From that service, i have linked to my application in sap ui5.
CDS VIEW:
With the above CDS view, when i tried to create using sap standard template ( over view page using cards in a page) - working fine and i can see donut as expected in output.
https://blogs.sap.com/2019/12/30/consumption-of-cds-views-in-freestyle-ui5-applications/
I have followed the steps mentioned in above link to map CDS view to UI5 application in business application studio.
view in UI5- bas
Manifest.json:
Output screen which i am getting:
Can anyone suggest, how to over come above issue.