visualization-tools

Home > @visualization-tools/core > GraphAttachPoint

GraphAttachPoint class

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

Constructors

Constructor Modifiers Description
(constructor)(attachPointProvider, chartEventService, chartConfig, $window)   Constructs a new instance of the GraphAttachPoint class

Properties

Property Modifiers Type Description
canvasDims   ICanvasDimensions  
canvasElement   HTMLCanvasElement  
chartWrapper   HTMLElement  
hiddenElement   HTMLDivElement  

Methods

Method Modifiers Description
addHiddenElement(className, tagName)    
registerEventHandlers()    
removeHiddenElement(className)    
resizeCanvas()    
updateBoundingRects()