# EuiApexChartComponent

**Type:** component




**Selector:** `eui-apex-chart`

## Inputs
- **annotations**: `ApexAnnotations` - 
- **autoUpdateSeries**: `undefined` - 
- **chart**: `ApexChart` - 
- **colors**: `any[]` - 
- **dataLabels**: `ApexDataLabels` - 
- **fill**: `ApexFill` - 
- **forecastDataPoints**: `ApexForecastDataPoints` - 
- **grid**: `ApexGrid` - 
- **labels**: `string[]` - 
- **legend**: `ApexLegend` - 
- **markers**: `ApexMarkers` - 
- **noData**: `ApexNoData` - 
- **plotOptions**: `ApexPlotOptions` - 
- **responsive**: `ApexResponsive[]` - 
- **series**: `ApexAxisChartSeries | ApexNonAxisChartSeries` - 
- **states**: `ApexStates` - 
- **stroke**: `ApexStroke` - 
- **subtitle**: `ApexTitleSubtitle` - 
- **theme**: `ApexTheme` - 
- **title**: `ApexTitleSubtitle` - 
- **tooltip**: `ApexTooltip` - 
- **xaxis**: `ApexXAxis` - 
- **yaxis**: `ApexYAxis | ApexYAxis[]` - 

## Outputs
- **chartReady**: `{ chartObj: ApexCharts }` - 
