Home > @visualization-tools/core > GraphAttachPoint
Wrapper of DOM element that contains the chart, houses hidden canvases as required.
Signature:
export declare class GraphAttachPoint extends AOnDestroy implements IGraphAttachPoint
Extends: AOnDestroy
Implements: IGraphAttachPoint
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(attachPointProvider, chartEventService, chartConfig, $window) | Constructs a new instance of the GraphAttachPoint class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| canvasDims | ICanvasDimensions | ||
| canvasElement | HTMLCanvasElement | ||
| chartWrapper | HTMLElement | ||
| hiddenElement | HTMLDivElement |
| Method | Modifiers | Description |
|---|---|---|
| addHiddenElement(className, tagName) | ||
| registerEventHandlers() | ||
| removeHiddenElement(className) | ||
| resizeCanvas() | ||
| updateBoundingRects() |