ConvexHullProps
Defined in: packages/react/src/ConvexHull.tsx:6
Extends
Omit<ConvexHullLayer<T>,"type">
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
className? | readonly | string | Applied as the resulting polygon's class attribute; styling escape hatch (PRD §8.7). | Omit.className | packages/core/src/scene/types.ts:163 |
data | readonly | readonly T[] | - | Omit.data | packages/core/src/scene/types.ts:155 |
fill? | readonly | string | - | Omit.fill | packages/core/src/scene/types.ts:158 |
fillOpacity? | readonly | number | - | Omit.fillOpacity | packages/core/src/scene/types.ts:159 |
stroke? | readonly | string | - | Omit.stroke | packages/core/src/scene/types.ts:160 |
strokeWidth? | readonly | number | - | Omit.strokeWidth | packages/core/src/scene/types.ts:161 |
tooltip? | public | ReactNode | Static — there's exactly one resulting shape for the whole dataset, not one per datum. | - | packages/react/src/ConvexHull.tsx:8 |
x | readonly | Accessor<T, number> | - | Omit.x | packages/core/src/scene/types.ts:156 |
y | readonly | Accessor<T, number> | - | Omit.y | packages/core/src/scene/types.ts:157 |