Skip to content

Class: FyzGraphEchartsComponent

@flyze/lib-graph 1.0.0-alpha.1· latest

Defined in: fyz-graph-echarts.component.ts:58

Wraps echarts as a standalone angular component. Based on ngx-echarts https://github.com/xieziyu/ngx-echarts

  • OnChanges
  • OnDestroy
  • OnInit
  • AfterViewInit

new FyzGraphEchartsComponent(el, ngZone): FyzGraphEchartsComponent

Defined in: fyz-graph-echarts.component.ts:226

ElementRef

NgZone

FyzGraphEchartsComponent

animationFrameID: any = null

Defined in: fyz-graph-echarts.component.ts:197


readonly autoResize: InputSignal<boolean>

Defined in: fyz-graph-echarts.component.ts:66


readonly chartAxisAreaSelected: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:173


readonly chartBrush: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:176


readonly chartBrushEnd: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:179


readonly chartBrushSelected: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:182


readonly chartClick: OutputRef<ECElementEvent>

Defined in: fyz-graph-echarts.component.ts:78


readonly chartContextMenu: OutputRef<ECElementEvent>

Defined in: fyz-graph-echarts.component.ts:102


readonly chartDataRangeSelected: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:137


readonly chartDataViewChanged: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:158


readonly chartDataZoom: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:134


readonly chartDblClick: OutputRef<ECElementEvent>

Defined in: fyz-graph-echarts.component.ts:81


readonly chartDownplay: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:110


readonly chartFinished: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:191


readonly chartGeoRoam: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:143


readonly chartGeoSelectChanged: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:164


readonly chartGeoSelected: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:167


readonly chartGeoUnselected: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:170


readonly chartGlobalCursorTaken: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:185


readonly chartGlobalOut: OutputRef<ECElementEvent>

Defined in: fyz-graph-echarts.component.ts:99


readonly chartGraphRoam: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:140


readonly chartHighlight: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:107


readonly chartInit: OutputEmitterRef<EChartsType>

Defined in: fyz-graph-echarts.component.ts:74


readonly chartLegendLegendInverseSelect: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:128


readonly chartLegendLegendSelectAll: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:125


readonly chartLegendScroll: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:131


readonly chartLegendSelectChanged: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:116


readonly chartLegendSelected: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:119


readonly chartLegendUnselected: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:122


readonly chartMagicTypeChanged: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:161


readonly chartMouseDown: OutputRef<ECElementEvent>

Defined in: fyz-graph-echarts.component.ts:84


readonly chartMouseMove: OutputRef<ECElementEvent>

Defined in: fyz-graph-echarts.component.ts:87


readonly chartMouseOut: OutputRef<ECElementEvent>

Defined in: fyz-graph-echarts.component.ts:96


readonly chartMouseOver: OutputRef<ECElementEvent>

Defined in: fyz-graph-echarts.component.ts:93


readonly chartMouseUp: OutputRef<ECElementEvent>

Defined in: fyz-graph-echarts.component.ts:90


readonly chartRendered: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:188


readonly chartRestore: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:155


readonly chartSelectChanged: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:113


readonly chartTimelineChanged: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:149


readonly chartTimelinePlayChanged: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:152


readonly chartTreeRoam: OutputRef<any>

Defined in: fyz-graph-echarts.component.ts:146


readonly initOpts: InputSignal<EChartsInitOpts>

Defined in: fyz-graph-echarts.component.ts:64


readonly loading: InputSignal<boolean>

Defined in: fyz-graph-echarts.component.ts:67


readonly loadingOpts: InputSignal<object>

Defined in: fyz-graph-echarts.component.ts:69


readonly loadingType: InputSignal<string>

Defined in: fyz-graph-echarts.component.ts:68


readonly merge: InputSignal<ECBasicOption>

Defined in: fyz-graph-echarts.component.ts:65


readonly options: InputSignal<ECBasicOption>

Defined in: fyz-graph-echarts.component.ts:62


readonly optionsError: OutputEmitterRef<Error>

Defined in: fyz-graph-echarts.component.ts:75


readonly theme: InputSignal<string | ThemeOption>

Defined in: fyz-graph-echarts.component.ts:63

ngAfterViewInit(): void

Defined in: fyz-graph-echarts.component.ts:307

A callback method that is invoked immediately after Angular has completed initialization of a component’s view. It is invoked only once when the view is instantiated.

void

AfterViewInit.ngAfterViewInit


ngOnChanges(changes): void

Defined in: fyz-graph-echarts.component.ts:231

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.

SimpleChanges

The changed properties.

void

OnChanges.ngOnChanges


ngOnDestroy(): void

Defined in: fyz-graph-echarts.component.ts:289

A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.

void

OnDestroy.ngOnDestroy


ngOnInit(): void

Defined in: fyz-graph-echarts.component.ts:235

A callback method that is invoked immediately after the default change detector has checked the directive’s data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.

void

OnInit.ngOnInit


refreshChart(): Promise<void>

Defined in: fyz-graph-echarts.component.ts:326

dispose old chart and create a new one.

Promise<void>


resize(): void

Defined in: fyz-graph-echarts.component.ts:318

resize chart

void