Skip to content

Vizzu


Vizzu / types/styles / Plot

Interface: Plot

Properties for the plot.

Extends

Properties

areaColor?

optional areaColor: null | Color

Color of the plot area.


backgroundColor?

optional backgroundColor: null | Color

The background color of the element.

Inherited from

Box.backgroundColor


borderColor?

optional borderColor: null | Color

The border color of the element.

Inherited from

Box.borderColor


borderWidth?

optional borderWidth: null | number

The border width of the element.

Inherited from

Box.borderWidth


marker?

optional marker: null | Marker

Style settings for the markers.


overflow?

optional overflow: null | "hidden" | "visible"

Controls drawing outside of the plot area. If hidden, clipping will be set for the boundary of the coordinate system.


paddingBottom?

optional paddingBottom: null | Length

Bottom padding of the element.

Inherited from

Padding.paddingBottom


paddingLeft?

optional paddingLeft: null | Length

Left padding of the element.

Inherited from

Padding.paddingLeft


paddingRight?

optional paddingRight: null | Length

Right padding of the element.

Inherited from

Padding.paddingRight


paddingTop?

optional paddingTop: null | Length

Top padding of the element.

Inherited from

Padding.paddingTop


xAxis?

optional xAxis: null | Axis

Style settings for the x-axis - or the angle when using polar coordinates.


yAxis?

optional yAxis: null | Axis

Style settings for the y-axis - or the radius when using polar coordinates.