Theme
A headless component used to customize the look and feel of a visualization.
Example
API
ThemeProps
interface
name | description |
---|---|
headerColor? | font color for header string |
markerStroke? | stroke color for marker (default: string |
defaultStroke? | stroke color used for geoms with a default stroke attribute (default: string |
defaultFill? | fill color used for geoms with a default fill attribute (default: 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: number |