MCPcopy
hub / github.com/plouc/nivo / RawDatum

Interface RawDatum

storybook/stories/icicle/Icicle.stories.tsx:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11} from './shared'
12
13interface RawDatum {
14 name: string
15 loc: number
16 color: string
17}
18
19const commonProperties: IcicleSvgProps<RawDatum> = {
20 width: 900,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected