Table Chart

Plot

The plot is a part of keen.io/charts package and can be used in React environment as standalone component.

API

Property Description Type Default
data Chart data Record<string, any> -
color Main table color string -
formatHeader Object of functions to format headers separately Record<string, FormatFunction> -
formatValue Formatter for table values ValueFormatter -
onResize Table resize handler ({ property: string; width: number }) => void -

Theme

List of theme properties supported by Choropleth Chart widget.

Property Description Type
table.header Table header settings { typography: Typography}
table.body Table body settings { typography: Typography}

Playground