@@ -889,7 +889,8 @@ class Box(PlotlyDict):
889
889
'hoverinfo', 'hoverinfosrc', 'hoverlabel', 'ids', 'idssrc', 'jitter',
890
890
'legendgroup', 'line', 'marker', 'name', 'opacity', 'orientation',
891
891
'pointpos', 'showlegend', 'stream', 'type', 'uid', 'visible',
892
- 'whiskerwidth', 'x', 'x0', 'xaxis', 'xsrc', 'y', 'y0', 'yaxis', 'ysrc']
892
+ 'whiskerwidth', 'x', 'x0', 'xaxis', 'xcalendar', 'xsrc', 'y', 'y0',
893
+ 'yaxis', 'ycalendar', 'ysrc']
893
894
894
895
Run `<box-object>.help('attribute')` on any of the above.
895
896
'<box-object>' is the object at []
@@ -1035,7 +1036,7 @@ class Data(PlotlyList):
1035
1036
'Histogram2d', 'Histogram2dcontour', 'Mesh3d', 'Ohlc', 'Parcoords',
1036
1037
'Pie', 'Pointcloud', 'Sankey', 'Scatter', 'Scatter3d', 'Scattercarpet',
1037
1038
'Scattergeo', 'Scattergl', 'Scattermapbox', 'Scatterternary',
1038
- 'Surface']
1039
+ 'Surface', 'Table' ]
1039
1040
1040
1041
"""
1041
1042
_name = 'data'
@@ -1685,9 +1686,9 @@ class Scattercarpet(PlotlyDict):
1685
1686
['a', 'asrc', 'b', 'bsrc', 'carpet', 'connectgaps', 'customdata',
1686
1687
'customdatasrc', 'fill', 'fillcolor', 'hoverinfo', 'hoverinfosrc',
1687
1688
'hoverlabel', 'hoveron', 'ids', 'idssrc', 'legendgroup', 'line',
1688
- 'marker', 'mode', 'name', 'opacity', 'showlegend', 'stream', 'sum ',
1689
- 'text', ' textfont', 'textposition', 'textpositionsrc', 'textsrc',
1690
- 'type', ' uid', 'visible', 'xaxis', 'yaxis']
1689
+ 'marker', 'mode', 'name', 'opacity', 'showlegend', 'stream', 'text ',
1690
+ 'textfont', 'textposition', 'textpositionsrc', 'textsrc', 'type ',
1691
+ 'uid', 'visible', 'xaxis', 'yaxis']
1691
1692
1692
1693
Run `<scattercarpet-object>.help('attribute')` on any of the above.
1693
1694
'<scattercarpet-object>' is the object at []
@@ -1818,6 +1819,23 @@ class Surface(PlotlyDict):
1818
1819
_name = 'surface'
1819
1820
1820
1821
1822
+ class Table (PlotlyDict ):
1823
+ """
1824
+ Valid attributes for 'table' at path [] under parents ():
1825
+
1826
+ ['cells', 'columnorder', 'columnordersrc', 'columnwidth',
1827
+ 'columnwidthsrc', 'customdata', 'customdatasrc', 'domain', 'header',
1828
+ 'hoverinfo', 'hoverinfosrc', 'hoverlabel', 'ids', 'idssrc',
1829
+ 'legendgroup', 'name', 'opacity', 'showlegend', 'stream', 'type',
1830
+ 'uid', 'visible']
1831
+
1832
+ Run `<table-object>.help('attribute')` on any of the above.
1833
+ '<table-object>' is the object at []
1834
+
1835
+ """
1836
+ _name = 'table'
1837
+
1838
+
1821
1839
class Trace (dict ):
1822
1840
pass
1823
1841
0 commit comments