IDrillEventContextPoint
Home > @gooddata/sdk-ui > IDrillEventContextPoint
IDrillEventContextPoint interface
Drill context for pointy-charts
Signature:
export interface IDrillEventContextPoint
Properties
| Property | Type | Description |
|---|---|---|
| element | ChartElementType | |
| elementChartType? | ChartType | (Optional) |
| intersection | IDrillEventIntersectionElement[] | |
| type | ChartType | |
| value? | string | (Optional) |
| x? | number | (Optional) |
| y? | number | (Optional) |
| z? | number | (Optional) |