I wanted to draw a stacked bar chart in my app, but I couldn’t find any documentations about this excepts this one Charts and graphs in SAP AppGyver(and creating Fiori-like dashboard) | SAP Blogs.
Is there any other resources that I could refer to? Preferably has a step-by-step guide for stacked graph.
Besides, that would be great if anyone could share how to adjust the graph size (so that it could fit the container in the app)! Thanks!
@Sze_Ai_Tan , Thanks for your question; Indeed, it seems the D3.js/Google Chart widget is not supported with web applications. Only mobile ones. The community blogpost you had found is excellent as it also explains how to use the google charts in javascript;
If you still needed to use the Google charts in an Appgyver web app there is a way.
With a web app you can use an Inline Frame component that can render any HTML5 / javascript content…
Just follow the numerous examples from Visualization: Pie Chart | Charts | Google for Developers …
I hope that helps;