Default constructor
Chart data
Event emitted with the chart reference after load is complete
Configuration object containing details about how to render the chart
Check if the component config has changed
Setup component configuration upon initialization
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: