@@ -83,7 +83,7 @@ class AlignmentChart(Component):
8383 bars or to stack them as separate subplots. No effect if not both
8484 gap and conservation are shown.
8585
86- - height (number | string; default 900 ):
86+ - height (number | string; default '100%' ):
8787 Width of the Viewer. Property takes precedence over tilesheight if
8888 both are set.
8989
@@ -104,6 +104,9 @@ class AlignmentChart(Component):
104104 with each slider movement. Has no effect if scroll is not enabled
105105 (such as with overview or none).
106106
107+ - sequenceIds (list; optional):
108+ Sequences ids to display.
109+
107110- showconsensus (boolean; default True):
108111 Displays toggling the consensus sequence, where each nucleotide in
109112 the consensus sequence is the argmax of its distribution at a set
@@ -130,13 +133,13 @@ class AlignmentChart(Component):
130133- textsize (number | string; default 10):
131134 Size of the nucleotide labels, as a number.
132135
133- - tickstart (number | string; optional ):
136+ - tickstart (number | string; default 1 ):
134137 Determines where to start annotating the first tile. If let blank
135138 will be automatically determined by Plotly. Equivalent to Plotly's
136139 tick0 property. Does not function if overview mode 'slider' is
137140 applied. (Current bug).
138141
139- - ticksteps (number | string; optional ):
142+ - ticksteps (number | string; default 6 ):
140143 Determines at what interval to keep annotating the tiles. If left
141144 blank will be automatially determined by Plotly. Equivalent to
142145 Plotly's dtick property. Does not function if overview mode
@@ -153,16 +156,16 @@ class AlignmentChart(Component):
153156 Viewer width divided by the tile width. the Viewwer width divided
154157 by the tile witdth.
155158
156- - width (number | string; optional ):
159+ - width (number | string; default '100%' ):
157160 Width of the Viewer. Property takes precedence over tileswidth and
158161 numtiles if either of them is set."""
159162 @_explicitize_args
160- def __init__ (self , id = Component .UNDEFINED , eventDatum = Component .UNDEFINED , data = Component .UNDEFINED , extension = Component .UNDEFINED , colorscale = Component .UNDEFINED , opacity = Component .UNDEFINED , textcolor = Component .UNDEFINED , textsize = Component .UNDEFINED , showlabel = Component .UNDEFINED , showid = Component .UNDEFINED , showconservation = Component .UNDEFINED , conservationcolor = Component .UNDEFINED , conservationcolorscale = Component .UNDEFINED , conservationopacity = Component .UNDEFINED , conservationmethod = Component .UNDEFINED , correctgap = Component .UNDEFINED , showgap = Component .UNDEFINED , gapcolor = Component .UNDEFINED , gapcolorscale = Component .UNDEFINED , gapopacity = Component .UNDEFINED , groupbars = Component .UNDEFINED , showconsensus = Component .UNDEFINED , tilewidth = Component .UNDEFINED , tileheight = Component .UNDEFINED , overview = Component .UNDEFINED , numtiles = Component .UNDEFINED , scrollskip = Component .UNDEFINED , tickstart = Component .UNDEFINED , ticksteps = Component .UNDEFINED , width = Component .UNDEFINED , height = Component .UNDEFINED , ** kwargs ):
161- self ._prop_names = ['id' , 'colorscale' , 'conservationcolor' , 'conservationcolorscale' , 'conservationmethod' , 'conservationopacity' , 'correctgap' , 'data' , 'eventDatum' , 'extension' , 'gapcolor' , 'gapcolorscale' , 'gapopacity' , 'groupbars' , 'height' , 'numtiles' , 'opacity' , 'overview' , 'scrollskip' , 'showconsensus' , 'showconservation' , 'showgap' , 'showid' , 'showlabel' , 'textcolor' , 'textsize' , 'tickstart' , 'ticksteps' , 'tileheight' , 'tilewidth' , 'width' ]
163+ def __init__ (self , id = Component .UNDEFINED , eventDatum = Component .UNDEFINED , data = Component .UNDEFINED , extension = Component .UNDEFINED , colorscale = Component .UNDEFINED , opacity = Component .UNDEFINED , textcolor = Component .UNDEFINED , textsize = Component .UNDEFINED , showlabel = Component .UNDEFINED , showid = Component .UNDEFINED , showconservation = Component .UNDEFINED , conservationcolor = Component .UNDEFINED , conservationcolorscale = Component .UNDEFINED , conservationopacity = Component .UNDEFINED , conservationmethod = Component .UNDEFINED , correctgap = Component .UNDEFINED , showgap = Component .UNDEFINED , gapcolor = Component .UNDEFINED , gapcolorscale = Component .UNDEFINED , gapopacity = Component .UNDEFINED , groupbars = Component .UNDEFINED , showconsensus = Component .UNDEFINED , tilewidth = Component .UNDEFINED , tileheight = Component .UNDEFINED , overview = Component .UNDEFINED , numtiles = Component .UNDEFINED , scrollskip = Component .UNDEFINED , tickstart = Component .UNDEFINED , ticksteps = Component .UNDEFINED , width = Component .UNDEFINED , height = Component .UNDEFINED , sequenceIds = Component .UNDEFINED , ** kwargs ):
164+ self ._prop_names = ['id' , 'colorscale' , 'conservationcolor' , 'conservationcolorscale' , 'conservationmethod' , 'conservationopacity' , 'correctgap' , 'data' , 'eventDatum' , 'extension' , 'gapcolor' , 'gapcolorscale' , 'gapopacity' , 'groupbars' , 'height' , 'numtiles' , 'opacity' , 'overview' , 'scrollskip' , 'sequenceIds' , ' showconsensus' , 'showconservation' , 'showgap' , 'showid' , 'showlabel' , 'textcolor' , 'textsize' , 'tickstart' , 'ticksteps' , 'tileheight' , 'tilewidth' , 'width' ]
162165 self ._type = 'AlignmentChart'
163166 self ._namespace = 'dash_bio'
164167 self ._valid_wildcard_attributes = []
165- self .available_properties = ['id' , 'colorscale' , 'conservationcolor' , 'conservationcolorscale' , 'conservationmethod' , 'conservationopacity' , 'correctgap' , 'data' , 'eventDatum' , 'extension' , 'gapcolor' , 'gapcolorscale' , 'gapopacity' , 'groupbars' , 'height' , 'numtiles' , 'opacity' , 'overview' , 'scrollskip' , 'showconsensus' , 'showconservation' , 'showgap' , 'showid' , 'showlabel' , 'textcolor' , 'textsize' , 'tickstart' , 'ticksteps' , 'tileheight' , 'tilewidth' , 'width' ]
168+ self .available_properties = ['id' , 'colorscale' , 'conservationcolor' , 'conservationcolorscale' , 'conservationmethod' , 'conservationopacity' , 'correctgap' , 'data' , 'eventDatum' , 'extension' , 'gapcolor' , 'gapcolorscale' , 'gapopacity' , 'groupbars' , 'height' , 'numtiles' , 'opacity' , 'overview' , 'scrollskip' , 'sequenceIds' , ' showconsensus' , 'showconservation' , 'showgap' , 'showid' , 'showlabel' , 'textcolor' , 'textsize' , 'tickstart' , 'ticksteps' , 'tileheight' , 'tilewidth' , 'width' ]
166169 self .available_wildcard_properties = []
167170 _explicit_args = kwargs .pop ('_explicit_args' )
168171 _locals = locals ()
0 commit comments