Skip to content

Commit 5151032

Browse files
committed
bump plotly.js at a5b202c859faaa3362ba0a2e9e5ea31b001bdaaa bundle
1 parent 72b1144 commit 5151032

File tree

344 files changed

+6403
-17035
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

344 files changed

+6403
-17035
lines changed

Diff for: packages/javascript/jupyterlab-plotly/package-lock.json

+1,397-339
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/javascript/jupyterlab-plotly/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@lumino/messaging": "^1.2.3",
6666
"@lumino/widgets": "^1.8.1",
6767
"lodash": "^4.17.4",
68-
"plotly.js": "^2.35.2"
68+
"plotly.js": "https://output.circle-artifacts.com/output/job/8cb816cf-7c8e-4c5d-a30a-94b67aa1b352/artifacts/0/plotly.js.tgz"
6969
},
7070
"jupyterlab": {
7171
"extension": "lib/jupyterlab-plugin",
@@ -78,4 +78,4 @@
7878
}
7979
}
8080
}
81-
}
81+
}

Diff for: packages/python/plotly/codegen/resources/plot-schema.json

+253-5,795
Large diffs are not rendered by default.

Diff for: packages/python/plotly/plotly/graph_objs/_bar.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def error_x(self):
308308
Sets the source reference on Chart Studio Cloud
309309
for `array`.
310310
color
311-
Sets the stoke color of the error bars.
311+
Sets the stroke color of the error bars.
312312
copy_ystyle
313313
314314
symmetric
@@ -389,7 +389,7 @@ def error_y(self):
389389
Sets the source reference on Chart Studio Cloud
390390
for `array`.
391391
color
392-
Sets the stoke color of the error bars.
392+
Sets the stroke color of the error bars.
393393
symmetric
394394
Determines whether or not the error bars have
395395
the same length in both direction (top/bottom

Diff for: packages/python/plotly/plotly/graph_objs/_carpet.py

-24
Original file line numberDiff line numberDiff line change
@@ -334,18 +334,6 @@ def aaxis(self):
334334
title
335335
:class:`plotly.graph_objects.carpet.aaxis.Title
336336
` instance or dict with compatible properties
337-
titlefont
338-
Deprecated: Please use carpet.aaxis.title.font
339-
instead. Sets this axis' title font. Note that
340-
the title's font used to be set by the now
341-
deprecated `titlefont` attribute.
342-
titleoffset
343-
Deprecated: Please use
344-
carpet.aaxis.title.offset instead. An
345-
additional amount by which to offset the title
346-
from the tick labels, given in pixels. Note
347-
that this used to be set by the now deprecated
348-
`titleoffset` attribute.
349337
type
350338
Sets the axis type. By default, plotly attempts
351339
to determined the axis type by looking into the
@@ -667,18 +655,6 @@ def baxis(self):
667655
title
668656
:class:`plotly.graph_objects.carpet.baxis.Title
669657
` instance or dict with compatible properties
670-
titlefont
671-
Deprecated: Please use carpet.baxis.title.font
672-
instead. Sets this axis' title font. Note that
673-
the title's font used to be set by the now
674-
deprecated `titlefont` attribute.
675-
titleoffset
676-
Deprecated: Please use
677-
carpet.baxis.title.offset instead. An
678-
additional amount by which to offset the title
679-
from the tick labels, given in pixels. Note
680-
that this used to be set by the now deprecated
681-
`titleoffset` attribute.
682658
type
683659
Sets the axis type. By default, plotly attempts
684660
to determined the axis type by looking into the

Diff for: packages/python/plotly/plotly/graph_objs/_choropleth.py

-15
Original file line numberDiff line numberDiff line change
@@ -342,21 +342,6 @@ def colorbar(self):
342342
:class:`plotly.graph_objects.choropleth.colorba
343343
r.Title` instance or dict with compatible
344344
properties
345-
titlefont
346-
Deprecated: Please use
347-
choropleth.colorbar.title.font instead. Sets
348-
this color bar's title font. Note that the
349-
title's font used to be set by the now
350-
deprecated `titlefont` attribute.
351-
titleside
352-
Deprecated: Please use
353-
choropleth.colorbar.title.side instead.
354-
Determines the location of color bar's title
355-
with respect to the color bar. Defaults to
356-
"top" when `orientation` if "v" and defaults
357-
to "right" when `orientation` if "h". Note that
358-
the title's location used to be set by the now
359-
deprecated `titleside` attribute.
360345
x
361346
Sets the x position with respect to `xref` of
362347
the color bar (in plot fraction). When `xref`

Diff for: packages/python/plotly/plotly/graph_objs/_choroplethmap.py

-15
Original file line numberDiff line numberDiff line change
@@ -367,21 +367,6 @@ def colorbar(self):
367367
:class:`plotly.graph_objects.choroplethmap.colo
368368
rbar.Title` instance or dict with compatible
369369
properties
370-
titlefont
371-
Deprecated: Please use
372-
choroplethmap.colorbar.title.font instead. Sets
373-
this color bar's title font. Note that the
374-
title's font used to be set by the now
375-
deprecated `titlefont` attribute.
376-
titleside
377-
Deprecated: Please use
378-
choroplethmap.colorbar.title.side instead.
379-
Determines the location of color bar's title
380-
with respect to the color bar. Defaults to
381-
"top" when `orientation` if "v" and defaults
382-
to "right" when `orientation` if "h". Note that
383-
the title's location used to be set by the now
384-
deprecated `titleside` attribute.
385370
x
386371
Sets the x position with respect to `xref` of
387372
the color bar (in plot fraction). When `xref`

Diff for: packages/python/plotly/plotly/graph_objs/_choroplethmapbox.py

-15
Original file line numberDiff line numberDiff line change
@@ -367,21 +367,6 @@ def colorbar(self):
367367
:class:`plotly.graph_objects.choroplethmapbox.c
368368
olorbar.Title` instance or dict with compatible
369369
properties
370-
titlefont
371-
Deprecated: Please use
372-
choroplethmapbox.colorbar.title.font instead.
373-
Sets this color bar's title font. Note that the
374-
title's font used to be set by the now
375-
deprecated `titlefont` attribute.
376-
titleside
377-
Deprecated: Please use
378-
choroplethmapbox.colorbar.title.side instead.
379-
Determines the location of color bar's title
380-
with respect to the color bar. Defaults to
381-
"top" when `orientation` if "v" and defaults
382-
to "right" when `orientation` if "h". Note that
383-
the title's location used to be set by the now
384-
deprecated `titleside` attribute.
385370
x
386371
Sets the x position with respect to `xref` of
387372
the color bar (in plot fraction). When `xref`

Diff for: packages/python/plotly/plotly/graph_objs/_cone.py

-13
Original file line numberDiff line numberDiff line change
@@ -467,19 +467,6 @@ def colorbar(self):
467467
title
468468
:class:`plotly.graph_objects.cone.colorbar.Titl
469469
e` instance or dict with compatible properties
470-
titlefont
471-
Deprecated: Please use cone.colorbar.title.font
472-
instead. Sets this color bar's title font. Note
473-
that the title's font used to be set by the now
474-
deprecated `titlefont` attribute.
475-
titleside
476-
Deprecated: Please use cone.colorbar.title.side
477-
instead. Determines the location of color bar's
478-
title with respect to the color bar. Defaults
479-
to "top" when `orientation` if "v" and
480-
defaults to "right" when `orientation` if "h".
481-
Note that the title's location used to be set
482-
by the now deprecated `titleside` attribute.
483470
x
484471
Sets the x position with respect to `xref` of
485472
the color bar (in plot fraction). When `xref`

Diff for: packages/python/plotly/plotly/graph_objs/_contour.py

-15
Original file line numberDiff line numberDiff line change
@@ -390,21 +390,6 @@ def colorbar(self):
390390
:class:`plotly.graph_objects.contour.colorbar.T
391391
itle` instance or dict with compatible
392392
properties
393-
titlefont
394-
Deprecated: Please use
395-
contour.colorbar.title.font instead. Sets this
396-
color bar's title font. Note that the title's
397-
font used to be set by the now deprecated
398-
`titlefont` attribute.
399-
titleside
400-
Deprecated: Please use
401-
contour.colorbar.title.side instead. Determines
402-
the location of color bar's title with respect
403-
to the color bar. Defaults to "top" when
404-
`orientation` if "v" and defaults to "right"
405-
when `orientation` if "h". Note that the
406-
title's location used to be set by the now
407-
deprecated `titleside` attribute.
408393
x
409394
Sets the x position with respect to `xref` of
410395
the color bar (in plot fraction). When `xref`

Diff for: packages/python/plotly/plotly/graph_objs/_contourcarpet.py

-15
Original file line numberDiff line numberDiff line change
@@ -564,21 +564,6 @@ def colorbar(self):
564564
:class:`plotly.graph_objects.contourcarpet.colo
565565
rbar.Title` instance or dict with compatible
566566
properties
567-
titlefont
568-
Deprecated: Please use
569-
contourcarpet.colorbar.title.font instead. Sets
570-
this color bar's title font. Note that the
571-
title's font used to be set by the now
572-
deprecated `titlefont` attribute.
573-
titleside
574-
Deprecated: Please use
575-
contourcarpet.colorbar.title.side instead.
576-
Determines the location of color bar's title
577-
with respect to the color bar. Defaults to
578-
"top" when `orientation` if "v" and defaults
579-
to "right" when `orientation` if "h". Note that
580-
the title's location used to be set by the now
581-
deprecated `titleside` attribute.
582567
x
583568
Sets the x position with respect to `xref` of
584569
the color bar (in plot fraction). When `xref`

Diff for: packages/python/plotly/plotly/graph_objs/_densitymap.py

-15
Original file line numberDiff line numberDiff line change
@@ -365,21 +365,6 @@ def colorbar(self):
365365
:class:`plotly.graph_objects.densitymap.colorba
366366
r.Title` instance or dict with compatible
367367
properties
368-
titlefont
369-
Deprecated: Please use
370-
densitymap.colorbar.title.font instead. Sets
371-
this color bar's title font. Note that the
372-
title's font used to be set by the now
373-
deprecated `titlefont` attribute.
374-
titleside
375-
Deprecated: Please use
376-
densitymap.colorbar.title.side instead.
377-
Determines the location of color bar's title
378-
with respect to the color bar. Defaults to
379-
"top" when `orientation` if "v" and defaults
380-
to "right" when `orientation` if "h". Note that
381-
the title's location used to be set by the now
382-
deprecated `titleside` attribute.
383368
x
384369
Sets the x position with respect to `xref` of
385370
the color bar (in plot fraction). When `xref`

Diff for: packages/python/plotly/plotly/graph_objs/_densitymapbox.py

-15
Original file line numberDiff line numberDiff line change
@@ -366,21 +366,6 @@ def colorbar(self):
366366
:class:`plotly.graph_objects.densitymapbox.colo
367367
rbar.Title` instance or dict with compatible
368368
properties
369-
titlefont
370-
Deprecated: Please use
371-
densitymapbox.colorbar.title.font instead. Sets
372-
this color bar's title font. Note that the
373-
title's font used to be set by the now
374-
deprecated `titlefont` attribute.
375-
titleside
376-
Deprecated: Please use
377-
densitymapbox.colorbar.title.side instead.
378-
Determines the location of color bar's title
379-
with respect to the color bar. Defaults to
380-
"top" when `orientation` if "v" and defaults
381-
to "right" when `orientation` if "h". Note that
382-
the title's location used to be set by the now
383-
deprecated `titleside` attribute.
384369
x
385370
Sets the x position with respect to `xref` of
386371
the color bar (in plot fraction). When `xref`

Diff for: packages/python/plotly/plotly/graph_objs/_figure.py

+11-29
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ def __init__(
2424
'choroplethmapbox', 'cone', 'contour',
2525
'contourcarpet', 'densitymap',
2626
'densitymapbox', 'funnel', 'funnelarea',
27-
'heatmap', 'histogram',
28-
'histogram2d', 'histogram2dcontour', 'icicle',
29-
'image', 'indicator', 'isosurface', 'mesh3d',
30-
'ohlc', 'parcats', 'parcoords', 'pie',
31-
'sankey', 'scatter',
32-
'scatter3d', 'scattercarpet', 'scattergeo',
33-
'scattergl', 'scattermap', 'scattermapbox',
34-
'scatterpolar', 'scatterpolargl',
35-
'scattersmith', 'scatterternary', 'splom',
36-
'streamtube', 'sunburst', 'surface', 'table',
37-
'treemap', 'violin', 'volume', 'waterfall']
27+
'heatmap', 'histogram', 'histogram2d',
28+
'histogram2dcontour', 'icicle', 'image',
29+
'indicator', 'isosurface', 'mesh3d', 'ohlc',
30+
'parcats', 'parcoords', 'pie', 'sankey',
31+
'scatter', 'scatter3d', 'scattercarpet',
32+
'scattergeo', 'scattergl', 'scattermap',
33+
'scattermapbox', 'scatterpolar',
34+
'scatterpolargl', 'scattersmith',
35+
'scatterternary', 'splom', 'streamtube',
36+
'sunburst', 'surface', 'table', 'treemap',
37+
'violin', 'volume', 'waterfall']
3838

3939
- All remaining properties are passed to the constructor of
4040
the specified trace type
@@ -510,11 +510,6 @@ def __init__(
510510
title
511511
:class:`plotly.graph_objects.layout.Title`
512512
instance or dict with compatible properties
513-
titlefont
514-
Deprecated: Please use layout.title.font
515-
instead. Sets the title font. Note that the
516-
title's font used to be customized by the now
517-
deprecated `titlefont` attribute.
518513
transition
519514
Sets transition options used during
520515
Plotly.react updates.
@@ -12787,8 +12782,6 @@ def add_pie(
1278712782
texttemplate=None,
1278812783
texttemplatesrc=None,
1278912784
title=None,
12790-
titlefont=None,
12791-
titleposition=None,
1279212785
uid=None,
1279312786
uirevision=None,
1279412787
values=None,
@@ -13036,15 +13029,6 @@ def add_pie(
1303613029
title
1303713030
:class:`plotly.graph_objects.pie.Title` instance or
1303813031
dict with compatible properties
13039-
titlefont
13040-
Deprecated: Please use pie.title.font instead. Sets the
13041-
font used for `title`. Note that the title's font used
13042-
to be set by the now deprecated `titlefont` attribute.
13043-
titleposition
13044-
Deprecated: Please use pie.title.position instead.
13045-
Specifies the location of the `title`. Note that the
13046-
title's position used to be set by the now deprecated
13047-
`titleposition` attribute.
1304813032
uid
1304913033
Assign an id to this trace, Use this to provide object
1305013034
constancy between traces during animations and
@@ -13144,8 +13128,6 @@ def add_pie(
1314413128
texttemplate=texttemplate,
1314513129
texttemplatesrc=texttemplatesrc,
1314613130
title=title,
13147-
titlefont=titlefont,
13148-
titleposition=titleposition,
1314913131
uid=uid,
1315013132
uirevision=uirevision,
1315113133
values=values,

0 commit comments

Comments
 (0)