New to Kendo UI for Angular? Start a free 30-day trial

Appearance

The ChunkProgressBar enables you to set its height and width and to implement custom styling for its status indicator.

Setting the Dimensions

To set the styling of the ChunkProgressBar wrapper element, use the respective CSS properties.

Example
View Source
Change Theme:

Customizing the Status Indicator

You can customize the chunks that indicate the task progress by setting custom styling or custom classes to the inner elements that are responsible for their rendering. To define the custom layout, use the progressCssStyle and progressCssClass options. To customize the empty chunks, use the emptyCssStyle and emptyCssClass options.

Example
View Source
Change Theme: