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
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
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
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
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.