Skip to content

SpaceVizName

Available visualizations for Space Decisions

type SpaceVizName = 'bar-h' | 'bar-v' | 'square' | 'circle';

When rendering decisions you can chose a different visualization by setting the viz prop to one of these.

<ShowSpaceValueDecision store={store} d="Space Unit" viz="..." />

Type Values

bar-h (default)

5px

bar-v

300px

square

175px

circle

50px