Default constructor
An array containing key value pairs:
key - string representing an arc within the donut chart value - number representing the value of the arc
Event emitted with the chart reference after load is complete
Configuration object containing details about how to render the utilization chart
Event emitted when the Used amount passes a user defined threshold
Returns an object containing center label properties
Check if the component config has changed
Clean up subscriptions
Setup component configuration upon initialization
Generated using TypeDoc
Donut Utilization chart component.
Note: In order to use charts, please include the following JavaScript file from PatternFly.
Usage:
@NgModule({ imports: [UtilizationDonutChartModule,...] }) export class AppModule(){}
Optional: