Skip to content

Update plotlyjs to version 1.41.3 #1202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
210 changes: 111 additions & 99 deletions js/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ify-loader": "^1.1.0"
},
"dependencies": {
"plotly.js": "1.40.1",
"plotly.js": "1.41.3",
"@jupyter-widgets/base": "^1.0.0",
"lodash": "^4.17.4"
},
Expand Down
2 changes: 2 additions & 0 deletions plotly/graph_objs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
from plotly.graph_objs import candlestick
from ._box import Box
from plotly.graph_objs import box
from ._barpolar import Barpolar
from plotly.graph_objs import barpolar
from ._bar import Bar
from plotly.graph_objs import bar
from ._area import Area
Expand Down
63 changes: 38 additions & 25 deletions plotly/graph_objs/_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,31 +222,38 @@ def marker(self):
Supported dict properties:

color
Sets themarkercolor. It accepts either a
specific color or an array of numbers that are
mapped to the colorscale relative to the max
and min values of the array or relative to
`marker.cmin` and `marker.cmax` if set.
Area traces are deprecated! Please switch to
the "barpolar" trace type. Sets themarkercolor.
It accepts either a specific color or an array
of numbers that are mapped to the colorscale
relative to the max and min values of the array
or relative to `marker.cmin` and `marker.cmax`
if set.
colorsrc
Sets the source reference on plot.ly for color
.
opacity
Sets the marker opacity.
Area traces are deprecated! Please switch to
the "barpolar" trace type. Sets the marker
opacity.
opacitysrc
Sets the source reference on plot.ly for
opacity .
size
Sets the marker size (in px).
Area traces are deprecated! Please switch to
the "barpolar" trace type. Sets the marker size
(in px).
sizesrc
Sets the source reference on plot.ly for size
.
symbol
Sets the marker symbol type. Adding 100 is
equivalent to appending "-open" to a symbol
name. Adding 200 is equivalent to appending
"-dot" to a symbol name. Adding 300 is
equivalent to appending "-open-dot" or "dot-
open" to a symbol name.
Area traces are deprecated! Please switch to
the "barpolar" trace type. Sets the marker
symbol type. Adding 100 is equivalent to
appending "-open" to a symbol name. Adding 200
is equivalent to appending "-dot" to a symbol
name. Adding 300 is equivalent to appending
"-open-dot" or "dot-open" to a symbol name.
symbolsrc
Sets the source reference on plot.ly for
symbol .
Expand Down Expand Up @@ -308,8 +315,9 @@ def opacity(self, val):
@property
def r(self):
"""
For legacy polar chart only.Please switch to "scatterpolar"
trace type.Sets the radial coordinates.
Area traces are deprecated! Please switch to the "barpolar"
trace type. Sets the radial coordinates for legacy polar chart
only.

The 'r' property is an array that may be specified as a tuple,
list, numpy array, or pandas Series
Expand Down Expand Up @@ -427,8 +435,9 @@ def stream(self, val):
@property
def t(self):
"""
For legacy polar chart only.Please switch to "scatterpolar"
trace type.Sets the angular coordinates.
Area traces are deprecated! Please switch to the "barpolar"
trace type. Sets the angular coordinates for legacy polar chart
only.

The 't' property is an array that may be specified as a tuple,
list, numpy array, or pandas Series
Expand Down Expand Up @@ -558,8 +567,9 @@ def _prop_descriptions(self):
opacity
Sets the opacity of the trace.
r
For legacy polar chart only.Please switch to
"scatterpolar" trace type.Sets the radial coordinates.
Area traces are deprecated! Please switch to the
"barpolar" trace type. Sets the radial coordinates for
legacy polar chart only.
rsrc
Sets the source reference on plot.ly for r .
selectedpoints
Expand All @@ -576,8 +586,9 @@ def _prop_descriptions(self):
plotly.graph_objs.area.Stream instance or dict with
compatible properties
t
For legacy polar chart only.Please switch to
"scatterpolar" trace type.Sets the angular coordinates.
Area traces are deprecated! Please switch to the
"barpolar" trace type. Sets the angular coordinates for
legacy polar chart only.
tsrc
Sets the source reference on plot.ly for t .
uid
Expand Down Expand Up @@ -658,8 +669,9 @@ def __init__(
opacity
Sets the opacity of the trace.
r
For legacy polar chart only.Please switch to
"scatterpolar" trace type.Sets the radial coordinates.
Area traces are deprecated! Please switch to the
"barpolar" trace type. Sets the radial coordinates for
legacy polar chart only.
rsrc
Sets the source reference on plot.ly for r .
selectedpoints
Expand All @@ -676,8 +688,9 @@ def __init__(
plotly.graph_objs.area.Stream instance or dict with
compatible properties
t
For legacy polar chart only.Please switch to
"scatterpolar" trace type.Sets the angular coordinates.
Area traces are deprecated! Please switch to the
"barpolar" trace type. Sets the angular coordinates for
legacy polar chart only.
tsrc
Sets the source reference on plot.ly for t .
uid
Expand Down
30 changes: 18 additions & 12 deletions plotly/graph_objs/_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,8 +863,9 @@ def outsidetextfont(self, val):
@property
def r(self):
"""
For legacy polar chart only.Please switch to "scatterpolar"
trace type.Sets the radial coordinates.
r coordinates in scatter traces are deprecated!Please switch to
the "scatterpolar" trace type.Sets the radial coordinatesfor
legacy polar chart only.

The 'r' property is an array that may be specified as a tuple,
list, numpy array, or pandas Series
Expand Down Expand Up @@ -1012,8 +1013,9 @@ def stream(self, val):
@property
def t(self):
"""
For legacy polar chart only.Please switch to "scatterpolar"
trace type.Sets the angular coordinates.
t coordinates in scatter traces are deprecated!Please switch to
the "scatterpolar" trace type.Sets the angular coordinatesfor
legacy polar chart only.

The 't' property is an array that may be specified as a tuple,
list, numpy array, or pandas Series
Expand Down Expand Up @@ -1631,8 +1633,9 @@ def _prop_descriptions(self):
outsidetextfont
Sets the font used for `text` lying outside the bar.
r
For legacy polar chart only.Please switch to
"scatterpolar" trace type.Sets the radial coordinates.
r coordinates in scatter traces are deprecated!Please
switch to the "scatterpolar" trace type.Sets the radial
coordinatesfor legacy polar chart only.
rsrc
Sets the source reference on plot.ly for r .
selected
Expand All @@ -1652,8 +1655,9 @@ def _prop_descriptions(self):
plotly.graph_objs.bar.Stream instance or dict with
compatible properties
t
For legacy polar chart only.Please switch to
"scatterpolar" trace type.Sets the angular coordinates.
t coordinates in scatter traces are deprecated!Please
switch to the "scatterpolar" trace type.Sets the
angular coordinatesfor legacy polar chart only.
text
Sets text elements associated with each (x,y) pair. If
a single string, the same string appears over all the
Expand Down Expand Up @@ -1881,8 +1885,9 @@ def __init__(
outsidetextfont
Sets the font used for `text` lying outside the bar.
r
For legacy polar chart only.Please switch to
"scatterpolar" trace type.Sets the radial coordinates.
r coordinates in scatter traces are deprecated!Please
switch to the "scatterpolar" trace type.Sets the radial
coordinatesfor legacy polar chart only.
rsrc
Sets the source reference on plot.ly for r .
selected
Expand All @@ -1902,8 +1907,9 @@ def __init__(
plotly.graph_objs.bar.Stream instance or dict with
compatible properties
t
For legacy polar chart only.Please switch to
"scatterpolar" trace type.Sets the angular coordinates.
t coordinates in scatter traces are deprecated!Please
switch to the "scatterpolar" trace type.Sets the
angular coordinatesfor legacy polar chart only.
text
Sets text elements associated with each (x,y) pair. If
a single string, the same string appears over all the
Expand Down
Loading