Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CategoricalColorProps

Hierarchy

Index

Properties

className?: string
color: string | ((v: string) => string)

the color of the category or a function to convert the value to a color

format?: string | ((v: string) => string)

the label of the category or a function to convert the value to a color

style?: CSSProperties
value: string

the value to render

Generated using TypeDoc