Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.78 KB

File metadata and controls

40 lines (27 loc) · 1.78 KB

SAP Custom Widget: Circle Progress Bar Widget

SAC Custom Widget to add beautiful and animated circle progress bar in SAP Analytics Cloud Application

preview

Installation

To use this widget in your SAP application, follow these steps:

  • Download the CircleProgressBarWidget.json file from the URLs specified in the webcomponents property of the JSON.
  • Go to your SAC Portal, select Analytic Application from the left side bar, and then go to the Custom Widget tab.
  • Click on the + icon on the right side and select the CircleProgressBarWidget.json file that you downloaded.
  • You're done! You can now use it in your app.

Methods

The widget has the following methods:

Set Methods

Method Parameter Type Description
setPercentage(percentage) integer Set Percentage
setBarColor(barColor) string Set Bar Color
setEmptyBarColor(emptyBarColor) string Set Empty Bar Color

get Methods

Method Return Type Description
getPercentage() integer return Percentage
getBarColor() string return Bar Color
getEmptyBarColor() string return Empty Bar Color

About

This widget is developed by Rohit Chouhan