How to configure Radial progress bar in vdesigner2.0

Explain with configuration.

4 Likes

Hi @Sanjali_Mehta ,

The “Radial Progress Bar” element displays the activity’s status as an incremental Radial visual presentation.

  1. Always use it if the application has to display a huge amount of data.

  2. Using a progress bar keeps users patient if the application takes the time to complete the job

By default, this Fractional check box is unselected. It means that the application will display the incremental value of the progress bar in percentage unit.

If you click to clear this check box, the application will display the incremental value of the progress bar as a rational value

Steps to configure:

  • Add the Radial Progress Bar to your canvas.
  • In the value box, enter the specific value that denotes the percentage of the total value that the progress bar represents.Enter the value in the following format: Static(“10”)
  • In the Total Value box, enter the maximum value in the following format:Static(“100”)

You define the JSON based attributes in the entity and map it to element.

3 Likes

Hi @Sanjali_Mehta ,

You can refer to this also for more understanding of radial progress bar

1 Like