Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1f4060

Browse files
committed
update default schema
1 parent c1576bd commit e1f4060

File tree

2 files changed

+1014
-39
lines changed

2 files changed

+1014
-39
lines changed

plotly/graph_objs/graph_objs.py

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -886,11 +886,11 @@ class Box(PlotlyDict):
886886
Valid attributes for 'box' at path [] under parents ():
887887
888888
['boxmean', 'boxpoints', 'customdata', 'customdatasrc', 'fillcolor',
889-
'hoverinfo', 'hoverinfosrc', 'hoverlabel', 'ids', 'idssrc', 'jitter',
890-
'legendgroup', 'line', 'marker', 'name', 'opacity', 'orientation',
891-
'pointpos', 'showlegend', 'stream', 'type', 'uid', 'visible',
892-
'whiskerwidth', 'x', 'x0', 'xaxis', 'xcalendar', 'xsrc', 'y', 'y0',
893-
'yaxis', 'ycalendar', 'ysrc']
889+
'hoverinfo', 'hoverinfosrc', 'hoverlabel', 'hoveron', 'ids', 'idssrc',
890+
'jitter', 'legendgroup', 'line', 'marker', 'name', 'opacity',
891+
'orientation', 'pointpos', 'showlegend', 'stream', 'text', 'textsrc',
892+
'type', 'uid', 'visible', 'whiskerwidth', 'x', 'x0', 'xaxis',
893+
'xcalendar', 'xsrc', 'y', 'y0', 'yaxis', 'ycalendar', 'ysrc']
894894
895895
Run `<box-object>.help('attribute')` on any of the above.
896896
'<box-object>' is the object at []
@@ -960,11 +960,11 @@ class ColorBar(PlotlyDict):
960960
'len', 'lenmode', 'nticks', 'outlinecolor', 'outlinewidth',
961961
'separatethousands', 'showexponent', 'showticklabels',
962962
'showtickprefix', 'showticksuffix', 'thickness', 'thicknessmode',
963-
'tick0', 'tickangle', 'tickcolor', 'tickfont', 'tickformat', 'ticklen',
964-
'tickmode', 'tickprefix', 'ticks', 'ticksuffix', 'ticktext',
965-
'ticktextsrc', 'tickvals', 'tickvalssrc', 'tickwidth', 'title',
966-
'titlefont', 'titleside', 'x', 'xanchor', 'xpad', 'y', 'yanchor',
967-
'ypad']
963+
'tick0', 'tickangle', 'tickcolor', 'tickfont', 'tickformat',
964+
'tickformatstops', 'ticklen', 'tickmode', 'tickprefix', 'ticks',
965+
'ticksuffix', 'ticktext', 'ticktextsrc', 'tickvals', 'tickvalssrc',
966+
'tickwidth', 'title', 'titlefont', 'titleside', 'x', 'xanchor', 'xpad',
967+
'y', 'yanchor', 'ypad']
968968
969969
Run `<colorbar-object>.help('attribute')` on any of the above.
970970
'<colorbar-object>' is the object at []
@@ -984,7 +984,7 @@ class Contour(PlotlyDict):
984984
'showlegend', 'showscale', 'stream', 'text', 'textsrc', 'transpose',
985985
'type', 'uid', 'visible', 'x', 'x0', 'xaxis', 'xcalendar', 'xsrc',
986986
'xtype', 'y', 'y0', 'yaxis', 'ycalendar', 'ysrc', 'ytype', 'z',
987-
'zauto', 'zmax', 'zmin', 'zsrc']
987+
'zauto', 'zhoverformat', 'zmax', 'zmin', 'zsrc']
988988
989989
Run `<contour-object>.help('attribute')` on any of the above.
990990
'<contour-object>' is the object at []
@@ -1331,7 +1331,8 @@ class Heatmap(PlotlyDict):
13311331
'reversescale', 'showlegend', 'showscale', 'stream', 'text', 'textsrc',
13321332
'transpose', 'type', 'uid', 'visible', 'x', 'x0', 'xaxis', 'xcalendar',
13331333
'xgap', 'xsrc', 'xtype', 'y', 'y0', 'yaxis', 'ycalendar', 'ygap',
1334-
'ysrc', 'ytype', 'z', 'zauto', 'zmax', 'zmin', 'zsmooth', 'zsrc']
1334+
'ysrc', 'ytype', 'z', 'zauto', 'zhoverformat', 'zmax', 'zmin',
1335+
'zsmooth', 'zsrc']
13351336
13361337
Run `<heatmap-object>.help('attribute')` on any of the above.
13371338
'<heatmap-object>' is the object at []
@@ -1387,7 +1388,8 @@ class Histogram2d(PlotlyDict):
13871388
'name', 'nbinsx', 'nbinsy', 'opacity', 'reversescale', 'showlegend',
13881389
'showscale', 'stream', 'type', 'uid', 'visible', 'x', 'xaxis', 'xbins',
13891390
'xcalendar', 'xgap', 'xsrc', 'y', 'yaxis', 'ybins', 'ycalendar',
1390-
'ygap', 'ysrc', 'z', 'zauto', 'zmax', 'zmin', 'zsmooth', 'zsrc']
1391+
'ygap', 'ysrc', 'z', 'zauto', 'zhoverformat', 'zmax', 'zmin',
1392+
'zsmooth', 'zsrc']
13911393
13921394
Run `<histogram2d-object>.help('attribute')` on any of the above.
13931395
'<histogram2d-object>' is the object at []
@@ -1407,7 +1409,7 @@ class Histogram2dContour(PlotlyDict):
14071409
'ncontours', 'opacity', 'reversescale', 'showlegend', 'showscale',
14081410
'stream', 'type', 'uid', 'visible', 'x', 'xaxis', 'xbins', 'xcalendar',
14091411
'xsrc', 'y', 'yaxis', 'ybins', 'ycalendar', 'ysrc', 'z', 'zauto',
1410-
'zmax', 'zmin', 'zsrc']
1412+
'zhoverformat', 'zmax', 'zmin', 'zsrc']
14111413
14121414
Run `<histogram2dcontour-object>.help('attribute')` on any of the above.
14131415
'<histogram2dcontour-object>' is the object at []
@@ -1427,7 +1429,7 @@ class Histogram2dcontour(PlotlyDict):
14271429
'ncontours', 'opacity', 'reversescale', 'showlegend', 'showscale',
14281430
'stream', 'type', 'uid', 'visible', 'x', 'xaxis', 'xbins', 'xcalendar',
14291431
'xsrc', 'y', 'yaxis', 'ybins', 'ycalendar', 'ysrc', 'z', 'zauto',
1430-
'zmax', 'zmin', 'zsrc']
1432+
'zhoverformat', 'zmax', 'zmin', 'zsrc']
14311433
14321434
Run `<histogram2dcontour-object>.help('attribute')` on any of the above.
14331435
'<histogram2dcontour-object>' is the object at []
@@ -1446,7 +1448,7 @@ class Layout(PlotlyDict):
14461448
'hiddenlabelssrc', 'hidesources', 'hoverlabel', 'hovermode', 'images',
14471449
'legend', 'mapbox', 'margin', 'orientation', 'paper_bgcolor',
14481450
'plot_bgcolor', 'radialaxis', 'scene', 'separators', 'shapes',
1449-
'showlegend', 'sliders', 'smith', 'ternary', 'title', 'titlefont',
1451+
'showlegend', 'sliders', 'ternary', 'title', 'titlefont',
14501452
'updatemenus', 'width', 'xaxis', 'yaxis']
14511453
14521454
Run `<layout-object>.help('attribute')` on any of the above.
@@ -1854,10 +1856,11 @@ class XAxis(PlotlyDict):
18541856
'showexponent', 'showgrid', 'showline', 'showspikes', 'showticklabels',
18551857
'showtickprefix', 'showticksuffix', 'side', 'spikecolor', 'spikedash',
18561858
'spikemode', 'spikesides', 'spikethickness', 'tick0', 'tickangle',
1857-
'tickcolor', 'tickfont', 'tickformat', 'ticklen', 'tickmode',
1858-
'tickprefix', 'ticks', 'ticksuffix', 'ticktext', 'ticktextsrc',
1859-
'tickvals', 'tickvalssrc', 'tickwidth', 'title', 'titlefont', 'type',
1860-
'visible', 'zeroline', 'zerolinecolor', 'zerolinewidth']
1859+
'tickcolor', 'tickfont', 'tickformat', 'tickformatstops', 'ticklen',
1860+
'tickmode', 'tickprefix', 'ticks', 'ticksuffix', 'ticktext',
1861+
'ticktextsrc', 'tickvals', 'tickvalssrc', 'tickwidth', 'title',
1862+
'titlefont', 'type', 'visible', 'zeroline', 'zerolinecolor',
1863+
'zerolinewidth']
18611864
18621865
Run `<xaxis-object>.help('attribute')` on any of the above.
18631866
'<xaxis-object>' is the object at []
@@ -1893,10 +1896,10 @@ class YAxis(PlotlyDict):
18931896
'showline', 'showspikes', 'showticklabels', 'showtickprefix',
18941897
'showticksuffix', 'side', 'spikecolor', 'spikedash', 'spikemode',
18951898
'spikesides', 'spikethickness', 'tick0', 'tickangle', 'tickcolor',
1896-
'tickfont', 'tickformat', 'ticklen', 'tickmode', 'tickprefix', 'ticks',
1897-
'ticksuffix', 'ticktext', 'ticktextsrc', 'tickvals', 'tickvalssrc',
1898-
'tickwidth', 'title', 'titlefont', 'type', 'visible', 'zeroline',
1899-
'zerolinecolor', 'zerolinewidth']
1899+
'tickfont', 'tickformat', 'tickformatstops', 'ticklen', 'tickmode',
1900+
'tickprefix', 'ticks', 'ticksuffix', 'ticktext', 'ticktextsrc',
1901+
'tickvals', 'tickvalssrc', 'tickwidth', 'title', 'titlefont', 'type',
1902+
'visible', 'zeroline', 'zerolinecolor', 'zerolinewidth']
19001903
19011904
Run `<yaxis-object>.help('attribute')` on any of the above.
19021905
'<yaxis-object>' is the object at []
@@ -1930,10 +1933,10 @@ class ZAxis(PlotlyDict):
19301933
'showexponent', 'showgrid', 'showline', 'showspikes', 'showticklabels',
19311934
'showtickprefix', 'showticksuffix', 'spikecolor', 'spikesides',
19321935
'spikethickness', 'tick0', 'tickangle', 'tickcolor', 'tickfont',
1933-
'tickformat', 'ticklen', 'tickmode', 'tickprefix', 'ticks',
1934-
'ticksuffix', 'ticktext', 'ticktextsrc', 'tickvals', 'tickvalssrc',
1935-
'tickwidth', 'title', 'titlefont', 'type', 'visible', 'zeroline',
1936-
'zerolinecolor', 'zerolinewidth']
1936+
'tickformat', 'tickformatstops', 'ticklen', 'tickmode', 'tickprefix',
1937+
'ticks', 'ticksuffix', 'ticktext', 'ticktextsrc', 'tickvals',
1938+
'tickvalssrc', 'tickwidth', 'title', 'titlefont', 'type', 'visible',
1939+
'zeroline', 'zerolinecolor', 'zerolinewidth']
19371940
19381941
Run `<zaxis-object>.help('attribute')` on any of the above.
19391942
'<zaxis-object>' is the object at []

0 commit comments

Comments
 (0)