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 7665753

Browse filesBrowse files
committed
1.51.1
1 parent 4f04805 commit 7665753
Copy full SHA for 7665753
Expand file treeCollapse file tree

24 files changed

+4537
-5596
lines changed

‎dist/README.md

Copy file name to clipboardExpand all lines: dist/README.md
+20-20Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ object. This property must be set before the plotly.js script tag, for example:
5151
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
5252
Many other localizations are available - here is an example using Swiss-German (de-CH),
5353
see the contents of this directory for the full list.
54-
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.51.0.js
54+
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.51.1.js
5555
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.
5656

5757
*After* the plotly.js script tag, add:
@@ -74,12 +74,12 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
7474

7575
It be can imported as minified javascript
7676
- using dist file `dist/plotly.min.js`
77-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.51.0.min.js
77+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.51.1.min.js
7878

7979
or as raw javascript:
8080
- using the `plotly.js-dist` npm package (starting in `v1.39.0`)
8181
- using dist file `dist/plotly.js`
82-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.51.0.js
82+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.51.1.js
8383
- using CommonJS with `require('plotly.js')`
8484

8585
If you would like to have access to the attribute meta information (including attribute descriptions as on the [schema reference page](https://plot.ly/javascript/reference/)), use dist file `dist/plotly-with-meta.js`
@@ -88,7 +88,7 @@ The main plotly.js bundle weights in at:
8888

8989
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
9090
|-----------|---------------|----------------------|---------------------|
91-
| 6.8 MB | 3.1 MB | 948.6 kB | 7.1 MB |
91+
| 6.8 MB | 3.1 MB | 947.2 kB | 7.1 MB |
9292

9393
## Partial bundles
9494

@@ -122,8 +122,8 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
122122
| ------ | --- |
123123
| Latest | https://cdn.plot.ly/plotly-basic-latest.js |
124124
| Latest minified | https://cdn.plot.ly/plotly-basic-latest.min.js |
125-
| Tagged | https://cdn.plot.ly/plotly-basic-1.51.0.js |
126-
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.51.0.min.js |
125+
| Tagged | https://cdn.plot.ly/plotly-basic-1.51.1.js |
126+
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.51.1.min.js |
127127

128128
#### npm package (starting in `v1.39.0`)
129129

@@ -167,16 +167,16 @@ The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `
167167

168168
| Raw size | Minified size | Minified + gzip size |
169169
|------|-----------------|------------------------|
170-
| 2.7 MB | 968.9 kB | 316.5 kB |
170+
| 2.7 MB | 969 kB | 316.6 kB |
171171

172172
#### CDN links
173173

174174
| Flavor | URL |
175175
| ------ | --- |
176176
| Latest | https://cdn.plot.ly/plotly-cartesian-latest.js |
177177
| Latest minified | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
178-
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.51.0.js |
179-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.51.0.min.js |
178+
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.51.1.js |
179+
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.51.1.min.js |
180180

181181
#### npm package (starting in `v1.39.0`)
182182

@@ -228,8 +228,8 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho
228228
| ------ | --- |
229229
| Latest | https://cdn.plot.ly/plotly-geo-latest.js |
230230
| Latest minified | https://cdn.plot.ly/plotly-geo-latest.min.js |
231-
| Tagged | https://cdn.plot.ly/plotly-geo-1.51.0.js |
232-
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.51.0.min.js |
231+
| Tagged | https://cdn.plot.ly/plotly-geo-1.51.1.js |
232+
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.51.1.min.js |
233233

234234
#### npm package (starting in `v1.39.0`)
235235

@@ -281,8 +281,8 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
281281
| ------ | --- |
282282
| Latest | https://cdn.plot.ly/plotly-gl3d-latest.js |
283283
| Latest minified | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
284-
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.51.0.js |
285-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.51.0.min.js |
284+
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.51.1.js |
285+
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.51.1.min.js |
286286

287287
#### npm package (starting in `v1.39.0`)
288288

@@ -326,16 +326,16 @@ The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`
326326

327327
| Raw size | Minified size | Minified + gzip size |
328328
|------|-----------------|------------------------|
329-
| 3.5 MB | 1.4 MB | 457.3 kB |
329+
| 3.5 MB | 1.4 MB | 455.9 kB |
330330

331331
#### CDN links
332332

333333
| Flavor | URL |
334334
| ------ | --- |
335335
| Latest | https://cdn.plot.ly/plotly-gl2d-latest.js |
336336
| Latest minified | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
337-
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.51.0.js |
338-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.51.0.min.js |
337+
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.51.1.js |
338+
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.51.1.min.js |
339339

340340
#### npm package (starting in `v1.39.0`)
341341

@@ -387,8 +387,8 @@ The `mapbox` partial bundle contains trace modules `scatter`, `scattermapbox`, `
387387
| ------ | --- |
388388
| Latest | https://cdn.plot.ly/plotly-mapbox-latest.js |
389389
| Latest minified | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
390-
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.51.0.js |
391-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.51.0.min.js |
390+
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.51.1.js |
391+
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.51.1.min.js |
392392

393393
#### npm package (starting in `v1.39.0`)
394394

@@ -440,8 +440,8 @@ The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram
440440
| ------ | --- |
441441
| Latest | https://cdn.plot.ly/plotly-finance-latest.js |
442442
| Latest minified | https://cdn.plot.ly/plotly-finance-latest.min.js |
443-
| Tagged | https://cdn.plot.ly/plotly-finance-1.51.0.js |
444-
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.51.0.min.js |
443+
| Tagged | https://cdn.plot.ly/plotly-finance-1.51.1.js |
444+
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.51.1.min.js |
445445

446446
#### npm package (starting in `v1.39.0`)
447447

‎dist/plot-schema.json

Copy file name to clipboardExpand all lines: dist/plot-schema.json
+11-11Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16848,55 +16848,55 @@
1684816848
],
1684916849
"dflt": "rgb",
1685016850
"role": "info",
16851-
"editType": "plot",
16851+
"editType": "calc",
1685216852
"description": "Color model used to map the numerical color components described in `z` into colors."
1685316853
},
1685416854
"zmin": {
1685516855
"valType": "info_array",
1685616856
"items": [
1685716857
{
1685816858
"valType": "number",
16859-
"editType": "plot"
16859+
"editType": "calc"
1686016860
},
1686116861
{
1686216862
"valType": "number",
16863-
"editType": "plot"
16863+
"editType": "calc"
1686416864
},
1686516865
{
1686616866
"valType": "number",
16867-
"editType": "plot"
16867+
"editType": "calc"
1686816868
},
1686916869
{
1687016870
"valType": "number",
16871-
"editType": "plot"
16871+
"editType": "calc"
1687216872
}
1687316873
],
1687416874
"role": "info",
16875-
"editType": "plot",
16875+
"editType": "calc",
1687616876
"description": "Array defining the lower bound for each color component. Note that the default value will depend on the colormodel. For the `rgb` colormodel, it is [0, 0, 0]. For the `rgba` colormodel, it is [0, 0, 0, 0]. For the `hsl` colormodel, it is [0, 0, 0]. For the `hsla` colormodel, it is [0, 0, 0, 0]."
1687716877
},
1687816878
"zmax": {
1687916879
"valType": "info_array",
1688016880
"items": [
1688116881
{
1688216882
"valType": "number",
16883-
"editType": "plot"
16883+
"editType": "calc"
1688416884
},
1688516885
{
1688616886
"valType": "number",
16887-
"editType": "plot"
16887+
"editType": "calc"
1688816888
},
1688916889
{
1689016890
"valType": "number",
16891-
"editType": "plot"
16891+
"editType": "calc"
1689216892
},
1689316893
{
1689416894
"valType": "number",
16895-
"editType": "plot"
16895+
"editType": "calc"
1689616896
}
1689716897
],
1689816898
"role": "info",
16899-
"editType": "plot",
16899+
"editType": "calc",
1690016900
"description": "Array defining the higher bound for each color component. Note that the default value will depend on the colormodel. For the `rgb` colormodel, it is [255, 255, 255]. For the `rgba` colormodel, it is [255, 255, 255, 1]. For the `hsl` colormodel, it is [360, 100, 100]. For the `hsla` colormodel, it is [360, 100, 100, 1]."
1690116901
},
1690216902
"x0": {

‎dist/plotly-basic.js

Copy file name to clipboardExpand all lines: dist/plotly-basic.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v1.51.0
2+
* plotly.js (basic) v1.51.1
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -34000,7 +34000,7 @@ exports.svgAttrs = {
3400034000
'use strict';
3400134001

3400234002
// package version injected by `npm run preprocess`
34003-
exports.version = '1.51.0';
34003+
exports.version = '1.51.1';
3400434004

3400534005
// inject promise polyfill
3400634006
_dereq_('es6-promise').polyfill();

‎dist/plotly-basic.min.js

Copy file name to clipboardExpand all lines: dist/plotly-basic.min.js
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

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