Optionalangularaxis
angularaxis?: {}
Optionalannotations
annotations?: Partial<Annotations>[]
OptionalaspectRatio
aspectRatio?: string
Optionalautosize
autosize?: boolean
Optionalbargap
bargap?: number
Optionalbargroupgap
bargroupgap?: number
Optionalbarmode
barmode?:
| "overlay"
| "group"
| "stack"
| "relative"
Optionalbarnorm
barnorm?: "" | "percent" | "fraction"
Optionalboxmode
boxmode?: "overlay" | "group"
Optionalcalendar
calendar?: Calendar
Optionalclickmode
clickmode?:
| "none"
| "select"
| "event"
| "event+select"
Optionalcolorway
colorway?: string[]
Optionaldatarevision
datarevision?: string | number
Optionaldragmode
dragmode?:
| false
| "pan"
| "zoom"
| "select"
| "drawopenpath"
| "drawclosedpath"
| "lasso"
| "drawline"
| "drawrect"
| "drawcircle"
| "orbit"
| "turntable"
Optionaleditrevision
editrevision?: string | number
Optionalfont
font?: Partial<Font>
Optionalgrid
grid?: Partial<{
columns: number;
domain: Partial<{
x: number[];
y: number[];
}>;
pattern: "independent" | "coupled";
roworder: "top to bottom" | "bottom to top";
rows: number;
subplots: string[];
xaxes: string[];
xgap: number;
xside:
| "top"
| "bottom"
| "bottom plot"
| "top plot";
yaxes: string[];
ygap: number;
yside:
| "left"
| "right"
| "left plot"
| "right plot";
}>
Optionalheight
height?: number
Optionalhiddenlabels
hiddenlabels?: string[]
Optionalhidesources
hidesources?: boolean
Optionalhoverdistance
hoverdistance?: number
Optionalhoverlabel
hoverlabel?: Partial<HoverLabel>
Optionalhovermode
hovermode?:
| false
| "x"
| "y"
| "closest"
| "x unified"
| "y unified"
Optionalimages
images?: Partial<Image>[]
Optionallegend
legend?: Partial<Legend>
Optionalmapbox
mapbox?: Partial<Mapbox>
Optionalmargin
margin?: Partial<Margin>
Optionalmodebar
modebar?: Partial<ModeBar>
Optionalorientation
orientation?: number
Optionalpaper_bgcolor
paper_bgcolor?: Color
Optionalplot_bgcolor
plot_bgcolor?: Color
Optionalpolar
polar?: Partial<PolarLayout>
Optionalpolar2
polar2?: Partial<PolarLayout>
Optionalpolar3
polar3?: Partial<PolarLayout>
Optionalpolar4
polar4?: Partial<PolarLayout>
Optionalpolar5
polar5?: Partial<PolarLayout>
Optionalpolar6
polar6?: Partial<PolarLayout>
Optionalpolar7
polar7?: Partial<PolarLayout>
Optionalpolar8
polar8?: Partial<PolarLayout>
Optionalpolar9
polar9?: Partial<PolarLayout>
Optionalradialaxis
radialaxis?: Partial<Axis>
Optionalscene
scene?: Partial<Scene>
Optionalscene2
scene2?: Partial<Scene>
Optionalscene3
scene3?: Partial<Scene>
Optionalscene4
scene4?: Partial<Scene>
Optionalscene5
scene5?: Partial<Scene>
Optionalscene6
scene6?: Partial<Scene>
Optionalscene7
scene7?: Partial<Scene>
Optionalscene8
scene8?: Partial<Scene>
Optionalscene9
scene9?: Partial<Scene>
Optionalselectdirection
selectdirection?:
| "d"
| "any"
| "v"
| "h"
Optionalselectionrevision
selectionrevision?: string | number
Optionalseparators
separators?: string
Optionalshapes
shapes?: Partial<Shape>[]
Optionalshowlegend
showlegend?: boolean
Optionalsliders
sliders?: Partial<Slider>[]
Optionalsubplot
subplot?: string
Optionaltemplate
template?: Template
Optionalternary
ternary?: {}
Optionaltitle
title?: Partial<{
font: Partial<Font>;
pad: Partial<Padding>;
subtitle: string | Partial<{
font: Partial<Font>;
text: string;
}>;
text: string;
x: number;
xanchor:
| "auto"
| "center"
| "left"
| "right";
xref: "container" | "paper";
y: number;
yanchor:
| "auto"
| "top"
| "bottom"
| "middle";
yref: "container" | "paper";
}>
Optionaltransition
transition?: Transition
Optionaluirevision
uirevision?: string | number
Optionalupdatemenus
updatemenus?: Partial<UpdateMenu>[]
Optionalwidth
width?: number
Optionalxaxis
xaxis?: Partial<LayoutAxis>
Optionalxaxis.autorange
xaxis.autorange?: boolean
Optionalxaxis.range
xaxis.range?: [Datum, Datum]
Optionalxaxis.range[0]
xaxis.range[0]?: Datum
Optionalxaxis.range[1]
xaxis.range[1]?: Datum
Optionalxaxis.title
xaxis.title?: Partial<DataTitle>
Optionalxaxis.type
xaxis.type?: AxisType
Optionalxaxis2
xaxis2?: Partial<LayoutAxis>
Optionalxaxis3
xaxis3?: Partial<LayoutAxis>
Optionalxaxis4
xaxis4?: Partial<LayoutAxis>
Optionalxaxis5
xaxis5?: Partial<LayoutAxis>
Optionalxaxis6
xaxis6?: Partial<LayoutAxis>
Optionalxaxis7
xaxis7?: Partial<LayoutAxis>
Optionalxaxis8
xaxis8?: Partial<LayoutAxis>
Optionalxaxis9
xaxis9?: Partial<LayoutAxis>
Optionalyaxis
yaxis?: Partial<LayoutAxis>
Optionalyaxis.autorange
yaxis.autorange?: boolean
Optionalyaxis.range
yaxis.range?: [Datum, Datum]
Optionalyaxis.range[0]
yaxis.range[0]?: Datum
Optionalyaxis.range[1]
yaxis.range[1]?: Datum
Optionalyaxis.title
yaxis.title?: Partial<DataTitle>
Optionalyaxis.type
yaxis.type?: AxisType
Optionalyaxis2
yaxis2?: Partial<LayoutAxis>
Optionalyaxis3
yaxis3?: Partial<LayoutAxis>
Optionalyaxis4
yaxis4?: Partial<LayoutAxis>
Optionalyaxis5
yaxis5?: Partial<LayoutAxis>
Optionalyaxis6
yaxis6?: Partial<LayoutAxis>
Optionalyaxis7
yaxis7?: Partial<LayoutAxis>
Optionalyaxis8
yaxis8?: Partial<LayoutAxis>
Optionalyaxis9
yaxis9?: Partial<LayoutAxis>
Aspect ratio of plot