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