Skip to main content

VictoryCommonProps

Components that allow theming will implement these props.

Inherited Props

Props


theme

type: VictoryThemeDefinitiondefault: VictoryTheme.grayscale

The theme prop specifies a theme to use for determining styles and layout properties for a component. Any styles or props defined in theme may be overwritten by props specified on the component instance. By default, components use a [grayscale theme][].

See the [Themes Guide][] for information about creating custom themes.