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