Theme

A headless component used to customize the look and feel of a visualization.

Example


API

Theme(props: ThemeProps) => null


ThemePropsinterface

namedescription
headerColor?

font color for header

string
markerStroke?

stroke color for marker (default: "#ffffff")

string
defaultStroke?

stroke color used for geoms with a default stroke attribute (default: "#777777ee")

string
defaultFill?

fill color used for geoms with a default fill attribute (default: "#777777ee")

string
geoms?

internal state that is set automatically and can be retrieved for each used Geom. Note: you shouldn't ever need to modify this directly.

GeomsTheme
font?

sets the default font used throughout a visualization

FontTheme
grid?

sets appearance properties for grid lines

GridTheme
axis?

theme properties applied to x and y axes (ticks, labels, etc.)

AxisTheme | null
axisX?

theme properties applied to x axis (ticks, labels, etc.)

AxisTheme | null
axisY?

theme properties applied to y axis (ticks, labels, etc.)

AxisTheme | null
legend?

theme properties applied to legends

LegendTheme
tooltip?

theme properties applied to tooltip

TooltipTheme
animationDuration?

duration in milliseconds for animated transitions (default: 1000)

number