packages/components/externals/charts/chart/chart.component.ts
| selector | eui-apex-chart |
| template | |
Properties |
|
Methods |
|
Inputs |
Outputs |
| annotations |
Type : ApexAnnotations
|
| autoUpdateSeries |
Default value : true
|
| chart |
Type : ApexChart
|
| colors |
Type : any[]
|
| dataLabels |
Type : ApexDataLabels
|
| fill |
Type : ApexFill
|
| forecastDataPoints |
Type : ApexForecastDataPoints
|
| grid |
Type : ApexGrid
|
| labels |
Type : string[]
|
| legend |
Type : ApexLegend
|
| markers |
Type : ApexMarkers
|
| noData |
Type : ApexNoData
|
| plotOptions |
Type : ApexPlotOptions
|
| responsive |
Type : ApexResponsive[]
|
| series |
Type : ApexAxisChartSeries | ApexNonAxisChartSeries
|
| states |
Type : ApexStates
|
| stroke |
Type : ApexStroke
|
| subtitle |
Type : ApexTitleSubtitle
|
| theme |
Type : ApexTheme
|
| title |
Type : ApexTitleSubtitle
|
| tooltip |
Type : ApexTooltip
|
| xaxis |
Type : ApexXAxis
|
| yaxis |
Type : ApexYAxis | ApexYAxis[]
|
| chartReady |
Type : { chartObj: ApexCharts }
|
| Public addPointAnnotation |
addPointAnnotation(options: any, pushToMemory?: boolean, context?: any)
|
|
Returns :
void
|
| Public addXaxisAnnotation |
addXaxisAnnotation(options: any, pushToMemory?: boolean, context?: any)
|
|
Returns :
void
|
| Public addYaxisAnnotation |
addYaxisAnnotation(options: any, pushToMemory?: boolean, context?: any)
|
|
Returns :
void
|
| Public appendData | ||||||
appendData(newData: any[])
|
||||||
|
Parameters :
Returns :
void
|
| Public appendSeries | |||||||||
appendSeries(newSeries: ApexAxisChartSeries | ApexNonAxisChartSeries, animate?: boolean)
|
|||||||||
|
Parameters :
Returns :
void
|
| Public clearAnnotations | ||||||
clearAnnotations(options?: any)
|
||||||
|
Parameters :
Returns :
void
|
| Public dataURI | ||||||
dataURI(options?: any)
|
||||||
|
Parameters :
Returns :
any
|
| Public destroy |
destroy()
|
|
Returns :
void
|
| Public hideSeries | ||||||
hideSeries(seriesName: string)
|
||||||
|
Parameters :
Returns :
void
|
| Public highlightSeries | ||||||
highlightSeries(seriesName: string)
|
||||||
|
Parameters :
Returns :
any
|
| Public paper |
paper()
|
|
Returns :
void
|
| Public removeAnnotation |
removeAnnotation(id: string, options?: any)
|
|
Returns :
void
|
| Public render |
render()
|
|
Returns :
any
|
| Public resetSeries |
resetSeries()
|
|
Returns :
void
|
| Public setLocale | ||||||
setLocale(localeName: string)
|
||||||
|
Parameters :
Returns :
void
|
| Public showSeries | ||||||
showSeries(seriesName: string)
|
||||||
|
Parameters :
Returns :
void
|
| Public toggleDataPointSelection |
toggleDataPointSelection(seriesIndex: number, dataPointIndex?: number)
|
|
Returns :
void
|
| Public toggleSeries | ||||||
toggleSeries(seriesName: string)
|
||||||
|
Parameters :
Returns :
any
|
| Public updateOptions | |||||||||||||||
updateOptions(options: any, redrawPaths?: boolean, animate?: boolean, updateSyncedCharts?: boolean)
|
|||||||||||||||
|
Parameters :
Returns :
any
|
| Public updateSeries | |||||||||
updateSeries(newSeries: ApexAxisChartSeries | ApexNonAxisChartSeries, animate?: boolean)
|
|||||||||
|
Parameters :
Returns :
any
|
| Public zoomX |
zoomX(min: number, max: number)
|
|
Returns :
void
|
| Readonly chartInstance |
Type : unknown
|
Default value : signal<ApexCharts | null>(null)
|