function progress-circular-theme public view code open_in_new
Example
Change the circle progress color
$my-progress-circular-theme: progress-circular-theme( $fill-color-default: purple);// Pass the theme to the igx-progress-circular component mixin@include igx-progress-circular($my-progress-circle-theme);
Parameters
Name | Type | Default | Description |
---|---|---|---|
$schema | Map | $light-material-schema | The schema used as basis for styling the component. |
$base-circle-color | Color | null | The base circle fill color. |
$fill-color-default | Color | List<Color> | null | The progress circle fill color. |
$fill-color-danger | Color | null | The track danger fill color. |
$fill-color-warning | Color | null | The track warning fill color. |
$fill-color-info | Color | null | The track info fill color. |
$fill-color-success | Color | null | The track success fill color. |
$text-color | Color | null | The value text color. |
$diameter | Number | null | The progress circle diameter. |