@@ -886,11 +886,11 @@ class Box(PlotlyDict):
886
886
Valid attributes for 'box' at path [] under parents ():
887
887
888
888
['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']
894
894
895
895
Run `<box-object>.help('attribute')` on any of the above.
896
896
'<box-object>' is the object at []
@@ -960,11 +960,11 @@ class ColorBar(PlotlyDict):
960
960
'len', 'lenmode', 'nticks', 'outlinecolor', 'outlinewidth',
961
961
'separatethousands', 'showexponent', 'showticklabels',
962
962
'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']
968
968
969
969
Run `<colorbar-object>.help('attribute')` on any of the above.
970
970
'<colorbar-object>' is the object at []
@@ -984,7 +984,7 @@ class Contour(PlotlyDict):
984
984
'showlegend', 'showscale', 'stream', 'text', 'textsrc', 'transpose',
985
985
'type', 'uid', 'visible', 'x', 'x0', 'xaxis', 'xcalendar', 'xsrc',
986
986
'xtype', 'y', 'y0', 'yaxis', 'ycalendar', 'ysrc', 'ytype', 'z',
987
- 'zauto', 'zmax', 'zmin', 'zsrc']
987
+ 'zauto', 'zhoverformat', ' zmax', 'zmin', 'zsrc']
988
988
989
989
Run `<contour-object>.help('attribute')` on any of the above.
990
990
'<contour-object>' is the object at []
@@ -1331,7 +1331,8 @@ class Heatmap(PlotlyDict):
1331
1331
'reversescale', 'showlegend', 'showscale', 'stream', 'text', 'textsrc',
1332
1332
'transpose', 'type', 'uid', 'visible', 'x', 'x0', 'xaxis', 'xcalendar',
1333
1333
'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']
1335
1336
1336
1337
Run `<heatmap-object>.help('attribute')` on any of the above.
1337
1338
'<heatmap-object>' is the object at []
@@ -1387,7 +1388,8 @@ class Histogram2d(PlotlyDict):
1387
1388
'name', 'nbinsx', 'nbinsy', 'opacity', 'reversescale', 'showlegend',
1388
1389
'showscale', 'stream', 'type', 'uid', 'visible', 'x', 'xaxis', 'xbins',
1389
1390
'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']
1391
1393
1392
1394
Run `<histogram2d-object>.help('attribute')` on any of the above.
1393
1395
'<histogram2d-object>' is the object at []
@@ -1407,7 +1409,7 @@ class Histogram2dContour(PlotlyDict):
1407
1409
'ncontours', 'opacity', 'reversescale', 'showlegend', 'showscale',
1408
1410
'stream', 'type', 'uid', 'visible', 'x', 'xaxis', 'xbins', 'xcalendar',
1409
1411
'xsrc', 'y', 'yaxis', 'ybins', 'ycalendar', 'ysrc', 'z', 'zauto',
1410
- 'zmax', 'zmin', 'zsrc']
1412
+ 'zhoverformat', ' zmax', 'zmin', 'zsrc']
1411
1413
1412
1414
Run `<histogram2dcontour-object>.help('attribute')` on any of the above.
1413
1415
'<histogram2dcontour-object>' is the object at []
@@ -1427,7 +1429,7 @@ class Histogram2dcontour(PlotlyDict):
1427
1429
'ncontours', 'opacity', 'reversescale', 'showlegend', 'showscale',
1428
1430
'stream', 'type', 'uid', 'visible', 'x', 'xaxis', 'xbins', 'xcalendar',
1429
1431
'xsrc', 'y', 'yaxis', 'ybins', 'ycalendar', 'ysrc', 'z', 'zauto',
1430
- 'zmax', 'zmin', 'zsrc']
1432
+ 'zhoverformat', ' zmax', 'zmin', 'zsrc']
1431
1433
1432
1434
Run `<histogram2dcontour-object>.help('attribute')` on any of the above.
1433
1435
'<histogram2dcontour-object>' is the object at []
@@ -1446,7 +1448,7 @@ class Layout(PlotlyDict):
1446
1448
'hiddenlabelssrc', 'hidesources', 'hoverlabel', 'hovermode', 'images',
1447
1449
'legend', 'mapbox', 'margin', 'orientation', 'paper_bgcolor',
1448
1450
'plot_bgcolor', 'radialaxis', 'scene', 'separators', 'shapes',
1449
- 'showlegend', 'sliders', 'smith', ' ternary', 'title', 'titlefont',
1451
+ 'showlegend', 'sliders', 'ternary', 'title', 'titlefont',
1450
1452
'updatemenus', 'width', 'xaxis', 'yaxis']
1451
1453
1452
1454
Run `<layout-object>.help('attribute')` on any of the above.
@@ -1854,10 +1856,11 @@ class XAxis(PlotlyDict):
1854
1856
'showexponent', 'showgrid', 'showline', 'showspikes', 'showticklabels',
1855
1857
'showtickprefix', 'showticksuffix', 'side', 'spikecolor', 'spikedash',
1856
1858
'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']
1861
1864
1862
1865
Run `<xaxis-object>.help('attribute')` on any of the above.
1863
1866
'<xaxis-object>' is the object at []
@@ -1893,10 +1896,10 @@ class YAxis(PlotlyDict):
1893
1896
'showline', 'showspikes', 'showticklabels', 'showtickprefix',
1894
1897
'showticksuffix', 'side', 'spikecolor', 'spikedash', 'spikemode',
1895
1898
'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']
1900
1903
1901
1904
Run `<yaxis-object>.help('attribute')` on any of the above.
1902
1905
'<yaxis-object>' is the object at []
@@ -1930,10 +1933,10 @@ class ZAxis(PlotlyDict):
1930
1933
'showexponent', 'showgrid', 'showline', 'showspikes', 'showticklabels',
1931
1934
'showtickprefix', 'showticksuffix', 'spikecolor', 'spikesides',
1932
1935
'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']
1937
1940
1938
1941
Run `<zaxis-object>.help('attribute')` on any of the above.
1939
1942
'<zaxis-object>' is the object at []
0 commit comments