Skip to content

Donut Progress Bar

Incorporate a donut progress bar into your web application to visually represent the completion status of a task or process in a circular format.

donut-progress

Customize the donut progress bar using the following properties:

Visual Settings:

  1. Style: Select from several display presets:
    • Center: The progress is displayed in the center of the donut.
    • Out: The progress is shown outside the donut's circumference.
    • Out over: The progress extends over the outer edge of the donut.
    • In: The progress is displayed inside the donut's circumference.
    • In over: The progress extends over the inner edge of the donut.
  2. Fill:
    • Thickness: Adjust the thickness of the filled portion.
    • Color: Choose the color for the filled section.
  3. Empty:
    • Thickness: Set the thickness of the empty portion.
    • Color: Define the color for the empty section.
  4. Animation:
    • Duration: Specify the animation duration in milliseconds.
    • Delay: Set the delay before the animation starts, in milliseconds.

Within the settings tab, you can set the progress value, which is represented as a simple integer.

The donut progress bar is especially beneficial when linked to the progress of another process or task, providing users with a clear visual indicator of completion.