PitchKit
API Reference@pitchkit/reactInterfaces

ConvexHullProps

Defined in: packages/react/src/ConvexHull.tsx:6

Extends

Type Parameters

Type Parameter
T

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
className?readonlystringApplied as the resulting polygon's class attribute; styling escape hatch (PRD §8.7).Omit.classNamepackages/core/src/scene/types.ts:163
datareadonlyreadonly T[]-Omit.datapackages/core/src/scene/types.ts:155
fill?readonlystring-Omit.fillpackages/core/src/scene/types.ts:158
fillOpacity?readonlynumber-Omit.fillOpacitypackages/core/src/scene/types.ts:159
stroke?readonlystring-Omit.strokepackages/core/src/scene/types.ts:160
strokeWidth?readonlynumber-Omit.strokeWidthpackages/core/src/scene/types.ts:161
tooltip?publicReactNodeStatic — there's exactly one resulting shape for the whole dataset, not one per datum.-packages/react/src/ConvexHull.tsx:8
xreadonlyAccessor<T, number>-Omit.xpackages/core/src/scene/types.ts:156
yreadonlyAccessor<T, number>-Omit.ypackages/core/src/scene/types.ts:157

On this page