UNPKG

936 BTypeScriptView Raw
1import { T as TemporalXAxisComponent } from './TemporalXAxisComponent-7a49c1ca';
2
3declare class Heatmap extends TemporalXAxisComponent {
4 private lineHeight;
5 private splitByLabelWidth;
6 private heatmapWrapper;
7 private splitByLabels;
8 private heatmapCanvasMap;
9 private timeLabels;
10 private height;
11 private timeLabelsHeight;
12 private visibleAggs;
13 constructor(renderTarget: Element);
14 private focusOnEllipsis;
15 private createControlsPanel;
16 private chartControlsExist;
17 private addTimeLabels;
18 mouseover: (hoveredAggKey: any, hoveredSplitBy: any) => void;
19 mouseout: (selection: any, hoveredAggKey: any) => void;
20 render(data: any, chartOptions: any, aggregateExpressionOptions: any): void;
21 renderTimeLabels: (focusStartTime: any, focusEndTime: any, focusX1: any, focusX2: any, focusY: any, yOffset: any, shiftMillis: any) => void;
22}
23
24export { Heatmap as H };