Vizzu-Story / Exports / Vizzu / Styles / Chart
Interface: Chart
Hierarchy
-
↳
Chart
Properties
backgroundColor
• Optional
backgroundColor: Color
The background color of the element.
Inherited from
borderColor
• Optional
borderColor: Color
The border color of the element.
Inherited from
borderWidth
• Optional
borderWidth: number
The border width of the element.
Inherited from
fontFamily
• Optional
fontFamily: string
The family of the font. If not set, it inherits the root style font family.
Inherited from
fontSize
• Optional
fontSize: Length
The size of the font. Percentage values are relative to the root style font size.
Inherited from
fontStyle
• Optional
fontStyle: "normal"
| "italic"
| "oblique"
The style of the font.
Inherited from
fontWeight
• Optional
fontWeight: number
| "bold"
| "normal"
The weight of the font, numbers use the same scale as CSS.
Inherited from
legend
• Optional
legend: Legend
Style settings for the legend.
logo
• Optional
logo: Logo
Style settings of the Vizzu logo.
paddingBottom
• Optional
paddingBottom: Length
Bottom padding of the element.
Inherited from
paddingLeft
• Optional
paddingLeft: Length
Left padding of the element.
Inherited from
paddingRight
• Optional
paddingRight: Length
Right padding of the element.
Inherited from
paddingTop
• Optional
paddingTop: Length
Top padding of the element.
Inherited from
plot
• Optional
plot: Plot
Style settings for the plot area.
title
• Optional
title: Label
Style settings for the main chart title.
tooltip
• Optional
tooltip: Tooltip
Style settings for the tooltip.