Default constructor
Chart data
Event emitted with the chart reference after load is complete
Configuration object containing details about how to render the chart
Protected method called when configuration or data changes by any class that inherits from this
The config for the c3 chart
True to reload
Convert chartData to C3 data property
Check if the component config has changed
Setup component configuration upon initialization
Set up default config
Set up config defaults
Tooltip function for sparklines
{{contents: ((d:any)=>string), position: ((data:any, width:number, height:number, element:any)=>{top: number, left: number})}}
Generated using TypeDoc
Sparkline chart component
Note: In order to use charts, please include the following JavaScript file from PatternFly.
Usage:
@NgModule({ imports: [SparklineChartModule,...] }) export class AppModule(){}
Optional: