SizeVizName
Available visualizations for SizeSizeViz
type SizeVizName = 'bar-h' | 'bar-v' | 'square' | 'circle';When rendering size decisions you can chose a different visualization by setting the viz prop to one of these.
<ShowSizeValueDecision d="Size Unit" viz="..." />Type Values
bar-h (default)
8
bar-v
300
square
175
circle
50