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

Release 3.4.0 #1254

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 10 commits into from
Nov 2, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Update plotly.js to 1.42.1
  • Loading branch information
jonmmease committed Oct 31, 2018
commit ccea55fa07bef8c37ac8be4e4241d5a1dbff3a26
22 changes: 11 additions & 11 deletions 22 js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 2 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.42.0",
"plotly.js": "1.42.1",
"@jupyter-widgets/base": "^1.0.0",
"lodash": "^4.17.4"
},
Expand Down
2 changes: 1 addition & 1 deletion 2 plotly/graph_objs/_barpolar.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def hoverinfo(self):

The 'hoverinfo' property is a flaglist and may be specified
as a string containing:
- Any combination of ['r', 'theta', 'text', 'name', 'name'] joined with '+' characters
- Any combination of ['r', 'theta', 'text', 'name'] joined with '+' characters
(e.g. 'r+theta')
OR exactly one of ['all', 'none', 'skip'] (e.g. 'skip')
- A list or array of the above
Expand Down
2 changes: 1 addition & 1 deletion 2 plotly/graph_objs/_choropleth.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def hoverinfo(self):

The 'hoverinfo' property is a flaglist and may be specified
as a string containing:
- Any combination of ['location', 'z', 'text', 'name', 'name'] joined with '+' characters
- Any combination of ['location', 'z', 'text', 'name'] joined with '+' characters
(e.g. 'location+z')
OR exactly one of ['all', 'none', 'skip'] (e.g. 'skip')
- A list or array of the above
Expand Down
5 changes: 0 additions & 5 deletions 5 plotly/graph_objs/_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -5106,7 +5106,6 @@ def add_parcoords(
domain=None,
hoverinfo=None,
hoverinfosrc=None,
hoverlabel=None,
ids=None,
idssrc=None,
labelfont=None,
Expand Down Expand Up @@ -5159,9 +5158,6 @@ def add_parcoords(
events are still fired.
hoverinfosrc
Sets the source reference on plot.ly for hoverinfo .
hoverlabel
plotly.graph_objs.parcoords.Hoverlabel instance or dict
with compatible properties
ids
Assigns id labels to each datum. These ids for object
constancy of data points during animation. Should be an
Expand Down Expand Up @@ -5227,7 +5223,6 @@ def add_parcoords(
domain=domain,
hoverinfo=hoverinfo,
hoverinfosrc=hoverinfosrc,
hoverlabel=hoverlabel,
ids=ids,
idssrc=idssrc,
labelfont=labelfont,
Expand Down
5 changes: 0 additions & 5 deletions 5 plotly/graph_objs/_figurewidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -5106,7 +5106,6 @@ def add_parcoords(
domain=None,
hoverinfo=None,
hoverinfosrc=None,
hoverlabel=None,
ids=None,
idssrc=None,
labelfont=None,
Expand Down Expand Up @@ -5159,9 +5158,6 @@ def add_parcoords(
events are still fired.
hoverinfosrc
Sets the source reference on plot.ly for hoverinfo .
hoverlabel
plotly.graph_objs.parcoords.Hoverlabel instance or dict
with compatible properties
ids
Assigns id labels to each datum. These ids for object
constancy of data points during animation. Should be an
Expand Down Expand Up @@ -5227,7 +5223,6 @@ def add_parcoords(
domain=domain,
hoverinfo=hoverinfo,
hoverinfosrc=hoverinfosrc,
hoverlabel=hoverlabel,
ids=ids,
idssrc=idssrc,
labelfont=labelfont,
Expand Down
2 changes: 1 addition & 1 deletion 2 plotly/graph_objs/_parcats.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def hoverinfo(self):

The 'hoverinfo' property is a flaglist and may be specified
as a string containing:
- Any combination of ['count', 'probability', 'z', 'text', 'name'] joined with '+' characters
- Any combination of ['count', 'probability'] joined with '+' characters
(e.g. 'count+probability')
OR exactly one of ['all', 'none', 'skip'] (e.g. 'skip')
- A list or array of the above
Expand Down
60 changes: 0 additions & 60 deletions 60 plotly/graph_objs/_parcoords.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,56 +256,6 @@ def hoverinfosrc(self):
def hoverinfosrc(self, val):
self['hoverinfosrc'] = val

# hoverlabel
# ----------
@property
def hoverlabel(self):
"""
The 'hoverlabel' property is an instance of Hoverlabel
that may be specified as:
- An instance of plotly.graph_objs.parcoords.Hoverlabel
- A dict of string/value properties that will be passed
to the Hoverlabel constructor

Supported dict properties:

bgcolor
Sets the background color of the hover labels
for this trace
bgcolorsrc
Sets the source reference on plot.ly for
bgcolor .
bordercolor
Sets the border color of the hover labels for
this trace.
bordercolorsrc
Sets the source reference on plot.ly for
bordercolor .
font
Sets the font used in hover labels.
namelength
Sets the length (in number of characters) of
the trace name in the hover labels for this
trace. -1 shows the whole name regardless of
length. 0-3 shows the first 0-3 characters, and
an integer >3 will show the whole name if it is
less than that many characters, but if it is
longer, will truncate to `namelength - 3`
characters and add an ellipsis.
namelengthsrc
Sets the source reference on plot.ly for
namelength .

Returns
-------
plotly.graph_objs.parcoords.Hoverlabel
"""
return self['hoverlabel']

@hoverlabel.setter
def hoverlabel(self, val):
self['hoverlabel'] = val

# ids
# ---
@property
Expand Down Expand Up @@ -802,9 +752,6 @@ def _prop_descriptions(self):
events are still fired.
hoverinfosrc
Sets the source reference on plot.ly for hoverinfo .
hoverlabel
plotly.graph_objs.parcoords.Hoverlabel instance or dict
with compatible properties
ids
Assigns id labels to each datum. These ids for object
constancy of data points during animation. Should be an
Expand Down Expand Up @@ -861,7 +808,6 @@ def __init__(
domain=None,
hoverinfo=None,
hoverinfosrc=None,
hoverlabel=None,
ids=None,
idssrc=None,
labelfont=None,
Expand Down Expand Up @@ -915,9 +861,6 @@ def __init__(
events are still fired.
hoverinfosrc
Sets the source reference on plot.ly for hoverinfo .
hoverlabel
plotly.graph_objs.parcoords.Hoverlabel instance or dict
with compatible properties
ids
Assigns id labels to each datum. These ids for object
constancy of data points during animation. Should be an
Expand Down Expand Up @@ -1004,7 +947,6 @@ def __init__(
self._validators['domain'] = v_parcoords.DomainValidator()
self._validators['hoverinfo'] = v_parcoords.HoverinfoValidator()
self._validators['hoverinfosrc'] = v_parcoords.HoverinfosrcValidator()
self._validators['hoverlabel'] = v_parcoords.HoverlabelValidator()
self._validators['ids'] = v_parcoords.IdsValidator()
self._validators['idssrc'] = v_parcoords.IdssrcValidator()
self._validators['labelfont'] = v_parcoords.LabelfontValidator()
Expand Down Expand Up @@ -1039,8 +981,6 @@ def __init__(
self['hoverinfo'] = hoverinfo if hoverinfo is not None else _v
_v = arg.pop('hoverinfosrc', None)
self['hoverinfosrc'] = hoverinfosrc if hoverinfosrc is not None else _v
_v = arg.pop('hoverlabel', None)
self['hoverlabel'] = hoverlabel if hoverlabel is not None else _v
_v = arg.pop('ids', None)
self['ids'] = ids if ids is not None else _v
_v = arg.pop('idssrc', None)
Expand Down
4 changes: 2 additions & 2 deletions 4 plotly/graph_objs/_sankey.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ def hoverinfo(self):

The 'hoverinfo' property is a flaglist and may be specified
as a string containing:
- Any combination of ['x', 'y', 'z', 'text', 'name'] joined with '+' characters
(e.g. 'x+y')
- Any combination of [] joined with '+' characters
(e.g. '')
OR exactly one of ['all', 'none', 'skip'] (e.g. 'skip')

Returns
Expand Down
2 changes: 1 addition & 1 deletion 2 plotly/graph_objs/_scattercarpet.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def hoverinfo(self):

The 'hoverinfo' property is a flaglist and may be specified
as a string containing:
- Any combination of ['a', 'b', 'text', 'name', 'name'] joined with '+' characters
- Any combination of ['a', 'b', 'text', 'name'] joined with '+' characters
(e.g. 'a+b')
OR exactly one of ['all', 'none', 'skip'] (e.g. 'skip')
- A list or array of the above
Expand Down
2 changes: 1 addition & 1 deletion 2 plotly/graph_objs/_scattermapbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def hoverinfo(self):

The 'hoverinfo' property is a flaglist and may be specified
as a string containing:
- Any combination of ['lon', 'lat', 'text', 'name', 'name'] joined with '+' characters
- Any combination of ['lon', 'lat', 'text', 'name'] joined with '+' characters
(e.g. 'lon+lat')
OR exactly one of ['all', 'none', 'skip'] (e.g. 'skip')
- A list or array of the above
Expand Down
2 changes: 1 addition & 1 deletion 2 plotly/graph_objs/_scatterpolar.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def hoverinfo(self):

The 'hoverinfo' property is a flaglist and may be specified
as a string containing:
- Any combination of ['r', 'theta', 'text', 'name', 'name'] joined with '+' characters
- Any combination of ['r', 'theta', 'text', 'name'] joined with '+' characters
(e.g. 'r+theta')
OR exactly one of ['all', 'none', 'skip'] (e.g. 'skip')
- A list or array of the above
Expand Down
2 changes: 1 addition & 1 deletion 2 plotly/graph_objs/_scatterpolargl.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def hoverinfo(self):

The 'hoverinfo' property is a flaglist and may be specified
as a string containing:
- Any combination of ['r', 'theta', 'text', 'name', 'name'] joined with '+' characters
- Any combination of ['r', 'theta', 'text', 'name'] joined with '+' characters
(e.g. 'r+theta')
OR exactly one of ['all', 'none', 'skip'] (e.g. 'skip')
- A list or array of the above
Expand Down
2 changes: 0 additions & 2 deletions 2 plotly/graph_objs/parcoords/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@
from ._line import Line
from plotly.graph_objs.parcoords import line
from ._labelfont import Labelfont
from ._hoverlabel import Hoverlabel
from plotly.graph_objs.parcoords import hoverlabel
from ._domain import Domain
from ._dimension import Dimension
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.