Skip to content

Індикатор прогресу

Progress Bar chart is perfect for tracking progress toward specific goals. 🚀



This chart is suitable for:

  • Displaying task completion – Shows how close you are to reaching a goal or completing a process.
  • Process monitoring – Used to visualize real-time progress, such as file uploads, project execution, or achieving financial goals.
  • Evaluating project or plan execution – Allows tracking how well a task is being completed based on specific criteria or stages.

Typical Use Cases:

  • Sales plan fulfillment (e.g., reaching a specific revenue target).
  • Project stage completion (percentage of completed tasks).
  • Goal achievement in sports or education (e.g., percentage of calorie or training hour goals reached).
  • Payment or fundraising progress (for campaigns or collections).

yml Configuration example
yml
type: progress
title: Progress bar

data:
  table: demo.cleaned_sales_data # Назва таблиці
  query: 1=1 # Запит

  metrics: # Групування
    - name: sales
      operator: sum
      title: sales
  x: product_line

controls:
  metrics: [sales, sum]