Member Junction
    Preparing search index...

    Implements

    • OnInit
    • AfterViewInit
    • OnChanges
    • OnDestroy
    Index

    Constructors

    Properties

    chartSvg: ElementRef<SVGElement>
    config: HeatmapConfig = {}
    data: HeatmapData[] = []
    legendGradient: ElementRef<HTMLDivElement>
    maxValue: number = 1
    minValue: number = 0
    processedData: HeatmapData[] = []
    selectedMetric: string = 'performance'
    title?: string
    tooltip: ElementRef<HTMLDivElement>
    uniqueAgents: string[] = []
    uniqueModels: string[] = []

    Methods

    • A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

      Parameters

      • changes: { [propName: string]: SimpleChange<any> }

        The changed properties.

      Returns void