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
Protected method called when configuration or data changes by any class that inherits from this
The config for the c3 chart
True to reload
Returns an object containing center label properties
get C3 chart data from config properties
Check if the component config has changed
Clean up subscriptions
Setup component configuration upon initialization
Set up default config
Set up default config
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: