Skip to content

Commit 5efc550

Browse files
committed
Update default schema.
1 parent 6f9621a commit 5efc550

File tree

2 files changed

+108
-70
lines changed

2 files changed

+108
-70
lines changed

plotly/graph_objs/graph_objs.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -822,8 +822,9 @@ class Annotation(PlotlyDict):
822822
823823
['align', 'arrowcolor', 'arrowhead', 'arrowsize', 'arrowwidth', 'ax',
824824
'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']
827828
828829
Run `<annotation-object>.help('attribute')` on any of the above.
829830
'<annotation-object>' is the object at []
@@ -1308,10 +1309,10 @@ class Histogram(PlotlyDict):
13081309
"""
13091310
Valid attributes for 'histogram' at path [] under parents ():
13101311
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',
13151316
'xcalendar', 'xsrc', 'y', 'yaxis', 'ybins', 'ycalendar', 'ysrc']
13161317
13171318
Run `<histogram-object>.help('attribute')` on any of the above.
@@ -1777,9 +1778,9 @@ class ZAxis(PlotlyDict):
17771778
17781779
['autorange', 'backgroundcolor', 'calendar', 'categoryarray',
17791780
'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',
17831784
'showexponent', 'showgrid', 'showline', 'showspikes', 'showticklabels',
17841785
'showtickprefix', 'showticksuffix', 'spikecolor', 'spikesides',
17851786
'spikethickness', 'tick0', 'tickangle', 'tickcolor', 'tickfont',

0 commit comments

Comments
 (0)