Skip to main content

SeriesBasedChartComponent

Parent component for xy charts.

Extended by

Type Parameters

T

T extends SeriesBasedChart<O>

O

O

CO

CO

Implements

  • AfterViewInit
  • OnDestroy

Methods

ngOnDestroy()

ngOnDestroy(): void

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

Returns

void

Implementation of

OnDestroy.ngOnDestroy

Properties

data

data: InputSignal<ObjectData[]>

Optional data to load into the chart. This is reactive and can be updated dynamically.

Input


options

options: InputSignal<CO>

Options for the chart. This is reactive and can be updated dynamically.

Input


url

url: InputSignal<string>

Optional URL for data to load into the chart. This is reactive and can be updated dynamically.

Input


useModel?

optional useModel: boolean

If true, the component attaches to a model provided by the VisuallyJsService. Defaults to false.

Input