src/app/components/general-timeline-map/general-timeline-map.component.ts
General timeline map component. ~extends GeneralTimelineComponent ~implements AfterViewInit
AfterViewInit
selector | app-general-timeline-map |
styleUrls | ./general-timeline-map.component.scss |
templateUrl | ./general-timeline-map.component.html |
Properties |
|
Methods |
constructor(injector: Injector)
|
||||||||
Constructs a General timeline map component. ~constructor
Parameters :
|
Public drawGeneralTimeline |
drawGeneralTimeline()
|
Draws a general timeline map chart
Returns :
void
|
Public generalTimelineDefined |
generalTimelineDefined()
|
Whether the general timeline is defined.
Returns :
boolean
Whether the general timeline is defined. |
ngAfterViewInit |
ngAfterViewInit()
|
Initialization
Returns :
void
|
ngOnDestroy |
ngOnDestroy()
|
Cleanup
Returns :
void
|
ngOnInit |
ngOnInit()
|
Subscription
Returns :
void
|
Optional canvas |
Type : ElementRef
|
Decorators :
@ViewChild('canvas')
|
The chart element. |
Public Readonly engine |
Type : EngineService
|
The engine service injected dependency.
|
Optional headerComponents |
Type : QueryList<HeaderComponent>
|
Decorators :
@ViewChildren(HeaderComponent)
|
Header component. |
Public key |
Type : string
|
Default value : 'General Timeline'
|
The component key |
Public Readonly portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
./general-timeline-map.component.scss
@use "../stylesheets/stylesheets.component.scss";