Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0927588

Browse filesBrowse files
committed
update to plotlyjs 1.29.1 to include bug fixes
1 parent 07f770e commit 0927588
Copy full SHA for 0927588

File tree

Expand file treeCollapse file tree

4 files changed

+584
-54
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+584
-54
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [2.0.13] - UNRELEASED
66
### Updated
7-
- Updated `plotly.min.js` to version 1.29.0 for `plotly.offline`.
8-
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1290----2017-07-19) for additional information regarding the updates.
7+
- Updated `plotly.min.js` to version 1.29.1 for `plotly.offline`.
8+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1291----2017-07-25) for additional information regarding the updates.
99

1010
## [2.0.12] - 2017-06-30
1111
### Updated

‎plotly/graph_objs/graph_objs.py

Copy file name to clipboardExpand all lines: plotly/graph_objs/graph_objs.py
+24-22Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,8 +1015,9 @@ class Contours(PlotlyDict):
10151015
"""
10161016
Valid attributes for 'contours' at path [] under parents ():
10171017
1018-
['coloring', 'end', 'operation', 'showlines', 'size', 'start', 'type',
1019-
'value', 'x', 'y', 'z']
1018+
['coloring', 'end', 'labelfont', 'labelformat', 'operation',
1019+
'showlabels', 'showlines', 'size', 'start', 'type', 'value', 'x', 'y',
1020+
'z']
10201021
10211022
Run `<contours-object>.help('attribute')` on any of the above.
10221023
'<contours-object>' is the object at []
@@ -1640,14 +1641,14 @@ class Scatter(PlotlyDict):
16401641
"""
16411642
Valid attributes for 'scatter' at path [] under parents ():
16421643
1643-
['connectgaps', 'customdata', 'customdatasrc', 'dx', 'dy', 'error_x',
1644-
'error_y', 'fill', 'fillcolor', 'hoverinfo', 'hoverinfosrc',
1645-
'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc', 'ids', 'idssrc',
1646-
'legendgroup', 'line', 'marker', 'mode', 'name', 'opacity', 'r',
1647-
'rsrc', 'showlegend', 'stream', 't', 'text', 'textfont',
1648-
'textposition', 'textpositionsrc', 'textsrc', 'tsrc', 'type', 'uid',
1649-
'visible', 'x', 'x0', 'xaxis', 'xcalendar', 'xsrc', 'y', 'y0', 'yaxis',
1650-
'ycalendar', 'ysrc']
1644+
['cliponaxis', 'connectgaps', 'customdata', 'customdatasrc', 'dx',
1645+
'dy', 'error_x', 'error_y', 'fill', 'fillcolor', 'hoverinfo',
1646+
'hoverinfosrc', 'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc',
1647+
'ids', 'idssrc', 'legendgroup', 'line', 'marker', 'mode', 'name',
1648+
'opacity', 'r', 'rsrc', 'showlegend', 'stream', 't', 'text',
1649+
'textfont', 'textposition', 'textpositionsrc', 'textsrc', 'tsrc',
1650+
'type', 'uid', 'visible', 'x', 'x0', 'xaxis', 'xcalendar', 'xsrc', 'y',
1651+
'y0', 'yaxis', 'ycalendar', 'ysrc']
16511652
16521653
Run `<scatter-object>.help('attribute')` on any of the above.
16531654
'<scatter-object>' is the object at []
@@ -1753,12 +1754,13 @@ class Scatterternary(PlotlyDict):
17531754
"""
17541755
Valid attributes for 'scatterternary' at path [] under parents ():
17551756
1756-
['a', 'asrc', 'b', 'bsrc', 'c', 'connectgaps', 'csrc', 'customdata',
1757-
'customdatasrc', 'fill', 'fillcolor', 'hoverinfo', 'hoverinfosrc',
1758-
'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc', 'ids', 'idssrc',
1759-
'legendgroup', 'line', 'marker', 'mode', 'name', 'opacity',
1760-
'showlegend', 'stream', 'subplot', 'sum', 'text', 'textfont',
1761-
'textposition', 'textpositionsrc', 'textsrc', 'type', 'uid', 'visible']
1757+
['a', 'asrc', 'b', 'bsrc', 'c', 'cliponaxis', 'connectgaps', 'csrc',
1758+
'customdata', 'customdatasrc', 'fill', 'fillcolor', 'hoverinfo',
1759+
'hoverinfosrc', 'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc',
1760+
'ids', 'idssrc', 'legendgroup', 'line', 'marker', 'mode', 'name',
1761+
'opacity', 'showlegend', 'stream', 'subplot', 'sum', 'text',
1762+
'textfont', 'textposition', 'textpositionsrc', 'textsrc', 'type',
1763+
'uid', 'visible']
17621764
17631765
Run `<scatterternary-object>.help('attribute')` on any of the above.
17641766
'<scatterternary-object>' is the object at []
@@ -1826,9 +1828,9 @@ class XAxis(PlotlyDict):
18261828
['anchor', 'autorange', 'autotick', 'backgroundcolor', 'calendar',
18271829
'categoryarray', 'categoryarraysrc', 'categoryorder', 'color',
18281830
'constrain', 'constraintoward', 'domain', 'dtick', 'exponentformat',
1829-
'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'linecolor',
1830-
'linewidth', 'mirror', 'nticks', 'overlaying', 'position', 'range',
1831-
'rangemode', 'rangeselector', 'rangeslider', 'scaleanchor',
1831+
'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'layer',
1832+
'linecolor', 'linewidth', 'mirror', 'nticks', 'overlaying', 'position',
1833+
'range', 'rangemode', 'rangeselector', 'rangeslider', 'scaleanchor',
18321834
'scaleratio', 'separatethousands', 'showaxeslabels', 'showbackground',
18331835
'showexponent', 'showgrid', 'showline', 'showspikes', 'showticklabels',
18341836
'showtickprefix', 'showticksuffix', 'side', 'spikecolor', 'spikedash',
@@ -1865,9 +1867,9 @@ class YAxis(PlotlyDict):
18651867
['anchor', 'autorange', 'autotick', 'backgroundcolor', 'calendar',
18661868
'categoryarray', 'categoryarraysrc', 'categoryorder', 'color',
18671869
'constrain', 'constraintoward', 'domain', 'dtick', 'exponentformat',
1868-
'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'linecolor',
1869-
'linewidth', 'mirror', 'nticks', 'overlaying', 'position', 'range',
1870-
'rangemode', 'scaleanchor', 'scaleratio', 'separatethousands',
1870+
'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'layer',
1871+
'linecolor', 'linewidth', 'mirror', 'nticks', 'overlaying', 'position',
1872+
'range', 'rangemode', 'scaleanchor', 'scaleratio', 'separatethousands',
18711873
'showaxeslabels', 'showbackground', 'showexponent', 'showgrid',
18721874
'showline', 'showspikes', 'showticklabels', 'showtickprefix',
18731875
'showticksuffix', 'side', 'spikecolor', 'spikedash', 'spikemode',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.