Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Chart

Hierarchy

Index

Properties

Optional backgroundColor

backgroundColor: Color

The background color of the element.

Optional borderColor

borderColor: Color

The border color of the element.

Optional borderWidth

borderWidth: number

The border width of the element.

Optional fontFamily

fontFamily: string

The family of the font. If not set, it inherits the root style font family.

Optional fontSize

fontSize: Length

The size of the font. Percentage values are relative to the root style font size

Optional fontStyle

fontStyle: "normal" | "italic" | "oblique"

The style of the font.

Optional fontWeight

fontWeight: number | "normal" | "bold"

The weight of the font, numbers use the same scale as CSS.

Optional legend

legend: Legend

Style settings for the legend.

Optional logo

logo: Logo

Style settings of the Vizzu logo.

Optional paddingBottom

paddingBottom: Length

Bottom padding of the element.

Optional paddingLeft

paddingLeft: Length

Left padding of the element.

Optional paddingRight

paddingRight: Length

Right padding of the element.

Optional paddingTop

paddingTop: Length

Top padding of the element.

Optional plot

plot: Plot

Style settings for the plot area.

Optional title

title: Label

Style settings for the main chart title.

Optional tooltip

tooltip: Tooltip

Style settings for the tooltip.

Generated using TypeDoc