Skip to Content
Product Information
Author's profile photo Sungyoul Baik

Build a Custom Widget using 3rd Party Libraries in SAP Analytics Cloud

Goal

In this blog, we will build a google gauge widget in SAP Analytics Cloud by using 3rd party libraries.

 

 

 

Prerequisite

(If you don’t have server for static files)

 

 

How to Build a Custom Chart

This is a step by step video for creating custom widget using 3rd party library.

 

Conclusion

In this blog, we saw how to build a custom widget using 3rd party chart library. When you are publishing the custom widget for production use, you can use AWS D3 or upload node.js middleware on SAP Cloud Platform to serve static files.

 

 

References

Other helpful blog : How to build custom widget on SAC

Help SAP : SAP Analytics Cloud Custom Widget Developer Guide

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Huimin Li
      Huimin Li

      Hi Sungyoul,

       

      thank you so much for this guide, it is really helpful!

      Author's profile photo Jan Fetzer
      Jan Fetzer

      Hi Sungyoul,

      thanks so much, this was really helpful. I ended up using Express with localhost & https instead (following [1] and adapting your server.js accordingly), in order have a stable URL on which to find the js/png/json for googleGauge (namely https://localhost:3001/static/googleGauge.js).

      Your vlog was superly helpful and really well-made.

      Cheers, Jan

      [1]: https://medium.com/@nitinpatel_20236/how-to-create-an-https-server-on-localhost-using-express-366435d61f28