@@ -822,8 +822,9 @@ class Annotation(PlotlyDict):
822
822
823
823
['align', 'arrowcolor', 'arrowhead', 'arrowsize', 'arrowwidth', 'ax',
824
824
'axref', 'ay', 'ayref', 'bgcolor', 'bordercolor', 'borderpad',
825
- 'borderwidth', 'font', 'opacity', 'ref', 'showarrow', 'text',
826
- 'textangle', 'visible', 'x', 'xanchor', 'xref', 'y', 'yanchor', 'yref']
825
+ 'borderwidth', 'clicktoshow', 'font', 'opacity', 'ref', 'showarrow',
826
+ 'standoff', 'text', 'textangle', 'visible', 'x', 'xanchor', 'xclick',
827
+ 'xref', 'y', 'yanchor', 'yclick', 'yref']
827
828
828
829
Run `<annotation-object>.help('attribute')` on any of the above.
829
830
'<annotation-object>' is the object at []
@@ -1308,10 +1309,10 @@ class Histogram(PlotlyDict):
1308
1309
"""
1309
1310
Valid attributes for 'histogram' at path [] under parents ():
1310
1311
1311
- ['autobinx', 'autobiny', 'bardir', 'error_x ', 'error_y ', 'histfunc ',
1312
- 'histnorm', 'hoverinfo', 'legendgroup', 'marker', 'name', 'nbinsx ',
1313
- 'nbinsy', 'opacity', 'orientation', 'showlegend', 'stream', 'text ',
1314
- 'textsrc', 'type', 'uid', 'visible', 'x', 'xaxis', 'xbins',
1312
+ ['autobinx', 'autobiny', 'bardir', 'cumulative ', 'error_x ', 'error_y ',
1313
+ 'histfunc', ' histnorm', 'hoverinfo', 'legendgroup', 'marker', 'name',
1314
+ 'nbinsx', ' nbinsy', 'opacity', 'orientation', 'showlegend', 'stream',
1315
+ 'text', ' textsrc', 'type', 'uid', 'visible', 'x', 'xaxis', 'xbins',
1315
1316
'xcalendar', 'xsrc', 'y', 'yaxis', 'ybins', 'ycalendar', 'ysrc']
1316
1317
1317
1318
Run `<histogram-object>.help('attribute')` on any of the above.
@@ -1777,9 +1778,9 @@ class ZAxis(PlotlyDict):
1777
1778
1778
1779
['autorange', 'backgroundcolor', 'calendar', 'categoryarray',
1779
1780
'categoryarraysrc', 'categoryorder', 'color', 'dtick',
1780
- 'exponentformat', 'fixedrange ', 'gridcolor ', 'gridwidth ',
1781
- 'hoverformat', 'linecolor', ' linewidth', 'mirror', 'nticks', 'range',
1782
- 'rangemode', ' separatethousands', 'showaxeslabels', 'showbackground',
1781
+ 'exponentformat', 'gridcolor ', 'gridwidth ', 'hoverformat', 'linecolor ',
1782
+ 'linewidth', 'mirror', 'nticks', 'range', 'rangemode ',
1783
+ 'separatethousands', 'showaxeslabels', 'showbackground',
1783
1784
'showexponent', 'showgrid', 'showline', 'showspikes', 'showticklabels',
1784
1785
'showtickprefix', 'showticksuffix', 'spikecolor', 'spikesides',
1785
1786
'spikethickness', 'tick0', 'tickangle', 'tickcolor', 'tickfont',
0 commit comments