Skip to content

Commit e14153b

Browse files
committed
Merge remote-tracking branch 'origin/master' into more-recent-nodejs-12
2 parents b25a457 + 9a583b4 commit e14153b

File tree

116 files changed

+18396
-13650
lines changed

Some content is hidden

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

116 files changed

+18396
-13650
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,25 @@ where X.Y.Z is the semver of most recent plotly.js release.
1212
## [2.0.0] -- UNRELEASED
1313

1414
### Added
15-
- Removed usage of function constructors from `basic`, `cartesian`, `finance`, `geo`, and `mapbox`
15+
- CSP safety: refactored to avoid usage of function constructors from `basic`, `cartesian`, `finance`, `geo`, and `mapbox`
1616
partial bundles and added tests to ensure that they will not again do so in the future [[#5359](https://github.com/plotly/plotly.js/pull/5359), [#5383](https://github.com/plotly/plotly.js/pull/5383), [#5387](https://github.com/plotly/plotly.js/pull/5387)],
1717
with thanks to [Equinor](https://www.equinor.com) for sponsoring the related development!
1818
- Add `strict` partial bundle [[#5413](https://github.com/plotly/plotly.js/pull/5413), [#5444](https://github.com/plotly/plotly.js/pull/5444)], which includes
1919
the maximal subset of the library which does not rely on function constructors
20+
- Add `partial-bundle` script to facilitate generation of custom bundles [[#5527](https://github.com/plotly/plotly.js/pull/5527), [#5508](https://github.com/plotly/plotly.js/pull/5508)]
2021
- Implement "fast" `zsmooth` option for `image` trace [[#5354](https://github.com/plotly/plotly.js/pull/5354), [#5386](https://github.com/plotly/plotly.js/pull/5386)],
2122
with thanks to @almarklein for the contribution!
23+
- Implement various `marker.pattern` options in `histogram`, `bar` and `barpolar` traces [[#5520](https://github.com/plotly/plotly.js/pull/5520), [#5537](https://github.com/plotly/plotly.js/pull/5537)]
24+
with thanks to @s417-lama for the contribution!
25+
- Implement `ticklabeloverflow` options on cartesian axes and colorbars to drop tick labels going outside div or domain [[#5584](https://github.com/plotly/plotly.js/pull/5584)]
26+
- Implement `(x|y|z)hoverformat`, `(u|v|w)hoverformat` and `valueformat` to cartesian and gl3d traces [[#5563](https://github.com/plotly/plotly.js/pull/5563)]
2227

2328
### Removed
24-
- Drop support for old browsers IE9 and IE10 [[#5376](https://github.com/plotly/plotly.js/pull/5376), [#5380](https://github.com/plotly/plotly.js/pull/5380), [#5460](https://github.com/plotly/plotly.js/pull/5460)]
29+
- Drop support for old browsers IE9 and IE10 [[#5376](https://github.com/plotly/plotly.js/pull/5376), [#5380](https://github.com/plotly/plotly.js/pull/5380), [#5460](https://github.com/plotly/plotly.js/pull/5460), [#5491](https://github.com/plotly/plotly.js/pull/5491)]
2530
- Stop exporting v3 of d3 under `Plotly.d3` [[#5400](https://github.com/plotly/plotly.js/pull/5400), [#5406](https://github.com/plotly/plotly.js/pull/5406)]
2631
- Stop attaching `_has*` plot types to `fullLayout` [[#5409](https://github.com/plotly/plotly.js/pull/5409)]
32+
- Stop injecting MathJax config by default [[#5514](https://github.com/plotly/plotly.js/pull/5514)]
33+
- Remove `sane-topojson` and MathJax v2.3 files from dist folder and change supported MathJax version to v2.7.5 [[#5487](https://github.com/plotly/plotly.js/pull/5487), [#5492](https://github.com/plotly/plotly.js/pull/5492), [#5494](https://github.com/plotly/plotly.js/pull/5494)]
2734
- Reduce the number of exported methods from `Plotly.Fx` and `Plotly.Plots` in the API [[#5420](https://github.com/plotly/plotly.js/pull/5420)]
2835
- Drop `Plotly.plot` from the API [[#5412](https://github.com/plotly/plotly.js/pull/5412), [#5370](https://github.com/plotly/plotly.js/pull/5370), [#5393](https://github.com/plotly/plotly.js/pull/5393)]
2936
- Drop `Plotly.Queue` from the API [[#5423](https://github.com/plotly/plotly.js/pull/5423)]
@@ -40,7 +47,12 @@ where X.Y.Z is the semver of most recent plotly.js release.
4047
- Add major versions e.g. "latest-v2" when publishing latest to CDN and keep "latest" for v1 [[#5462](https://github.com/plotly/plotly.js/pull/5462)]
4148
- Switch to `native-promise-only` module to handle es6 promises [[#5358](https://github.com/plotly/plotly.js/pull/5358)]
4249
- Switch to `probe-image-size` module to get width and height of images [[#5388](https://github.com/plotly/plotly.js/pull/5388)]
43-
- Relax test for plain objects to enable validation in node.js and multiple window contexts [[#5411](https://github.com/plotly/plotly.js/pull/5411)]
50+
- Relax test for plain objects to enable validation in node.js and multiple window contexts [[#5411](https://github.com/plotly/plotly.js/pull/5411), [#5498](https://github.com/plotly/plotly.js/pull/5498)]
51+
- Display latitudes before longitudes in hoverlabels to comply with ISO 6709 (Standard representation of geographic point location by coordinates) [[#5485](https://github.com/plotly/plotly.js/pull/5485)]
52+
- Adjust text shadow color in respect to `paper_bgcolor` for better dark mode display of
53+
`sankey`, `parcoords` and `parcats` traces [[#5506](https://github.com/plotly/plotly.js/pull/5506)]
54+
- Improve `sankey` text namely support pseudo-html, fix `textfont.color` and avoid clipping [[#5531](https://github.com/plotly/plotly.js/pull/5531)]
55+
- Make selection event data of `scattergl` on par with `scatter` traces [[#5534](https://github.com/plotly/plotly.js/pull/5534)]
4456
- Fire `plotly_unhover` event when dragging [[#5407](https://github.com/plotly/plotly.js/pull/5407)],
4557
with thanks to @rreusser for the contribution!
4658
- Include transforms and calendars in partial bundles [[#5379](https://github.com/plotly/plotly.js/pull/5379), [#5422](https://github.com/plotly/plotly.js/pull/5422)]
@@ -56,10 +68,19 @@ where X.Y.Z is the semver of most recent plotly.js release.
5668
with thanks to @ruijin for the contribution!
5769
- Fix element targeting on hover in shadow DOM [[#5256](https://github.com/plotly/plotly.js/pull/5256)],
5870
with thanks to @dbluhm for the contribution!
71+
- Hide gridlines and ticks overlapping "inside" ticklabels [[#5550](https://github.com/plotly/plotly.js/pull/5550), [#5586](https://github.com/plotly/plotly.js/pull/5586), [#5589](https://github.com/plotly/plotly.js/pull/5589)]
72+
- Fix hover filter to display close period points [[#5543](https://github.com/plotly/plotly.js/pull/5543)]
73+
- Fix spike on `bar`-like traces [[#5542](https://github.com/plotly/plotly.js/pull/5542)]
5974
- Fix displaying zero `threshold` for `indicator` trace [[#5430](https://github.com/plotly/plotly.js/pull/5430)]
75+
- Fix axis constraints for `heatmapgl` [[#5476](https://github.com/plotly/plotly.js/pull/5476)]
76+
- Fix setTimeout functions to return in the case of undefined layouts [[#5482](https://github.com/plotly/plotly.js/pull/5482)]
6077
- Avoid duplicate keys in object literals within plotly builds [[#5458](https://github.com/plotly/plotly.js/pull/5458)]
6178
- Improve attribute compression and avoid redundant copyright comments in non-minified
6279
bundles [[#5426](https://github.com/plotly/plotly.js/pull/5426), [#5429](https://github.com/plotly/plotly.js/pull/5429), [#5439](https://github.com/plotly/plotly.js/pull/5439)]
80+
- Provide links to all pull requests in the changelog [[#5469](https://github.com/plotly/plotly.js/pull/5469)]
81+
- Fix syntax test on the dist files [[#5471](https://github.com/plotly/plotly.js/pull/5471)]
82+
- Publish partial bundles using relevant tag from the package e.g. `latest` or `rc` [[#5467](https://github.com/plotly/plotly.js/pull/5467)]
83+
- Place CDN publish script inside plotly.js repository [[#5468](https://github.com/plotly/plotly.js/pull/5468), [#5470](https://github.com/plotly/plotly.js/pull/5470)]
6384

6485

6586
## [1.58.4] -- 2020-12-21

dist/README.md

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ or the un-minified version as:
2222
<script src="mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
2323
```
2424

25-
You can grab the relevant MathJax files in `./dist/extras/mathjax/`.
25+
You can get the relevant MathJax files from the internet e.g.
26+
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG.js"
2627

2728
By default, plotly.js will modify the global MathJax configuration on load.
2829
This can lead to undesirable behavior if plotly.js is loaded alongside
@@ -42,7 +43,7 @@ object. This property must be set before the plotly.js script tag, for example:
4243
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
4344
Many other localizations are available - here is an example using Swiss-German (de-CH),
4445
see the contents of this directory for the full list.
45-
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest-v2.js OR https://cdn.plot.ly/plotly-locale-de-ch-2.0.0-rc.0.js
46+
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest-v2.js OR https://cdn.plot.ly/plotly-locale-de-ch-2.0.0-rc.1.js
4647
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.
4748

4849
*After* the plotly.js script tag, add:
@@ -65,12 +66,12 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
6566

6667
It be can imported as minified javascript
6768
- using dist file `dist/plotly.min.js`
68-
- using CDN URL https://cdn.plot.ly/plotly-latest-v2.min.js OR https://cdn.plot.ly/plotly-2.0.0-rc.0.min.js
69+
- using CDN URL https://cdn.plot.ly/plotly-latest-v2.min.js OR https://cdn.plot.ly/plotly-2.0.0-rc.1.min.js
6970

7071
or as raw javascript:
7172
- using the `plotly.js-dist` npm package (starting in `v1.39.0`)
7273
- using dist file `dist/plotly.js`
73-
- using CDN URL https://cdn.plot.ly/plotly-latest-v2.js OR https://cdn.plot.ly/plotly-2.0.0-rc.0.js
74+
- using CDN URL https://cdn.plot.ly/plotly-latest-v2.js OR https://cdn.plot.ly/plotly-2.0.0-rc.1.js
7475
- using CommonJS with `require('plotly.js')`
7576

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

8081
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
8182
|-----------|---------------|----------------------|---------------------|
82-
| 7.8 MB | 3.3 MB | 1009.2 kB | 8.1 MB |
83+
| 7.8 MB | 3.3 MB | 1011.9 kB | 8.2 MB |
8384

8485
## Partial bundles
8586

@@ -104,22 +105,22 @@ such as inline CSS that we may not be able to include in the main bundle.
104105

105106
### plotly.js basic
106107

107-
The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
108+
The `basic` partial bundle contains trace modules `bar`, `pie` and `scatter`.
108109

109110
#### Stats
110111

111112
| Raw size | Minified size | Minified + gzip size |
112113
|------|-----------------|------------------------|
113-
| 2.7 MB | 993.8 kB | 322.9 kB |
114+
| 2.7 MB | 1000.1 kB | 324.9 kB |
114115

115116
#### CDN links
116117

117118
| Flavor | URL |
118119
| ------ | --- |
119120
| Latest | https://cdn.plot.ly/plotly-basic-latest-v2.js |
120121
| Latest minified | https://cdn.plot.ly/plotly-basic-latest-v2.min.js |
121-
| Tagged | https://cdn.plot.ly/plotly-basic-2.0.0-rc.0.js |
122-
| Tagged minified | https://cdn.plot.ly/plotly-basic-2.0.0-rc.0.min.js |
122+
| Tagged | https://cdn.plot.ly/plotly-basic-2.0.0-rc.1.js |
123+
| Tagged minified | https://cdn.plot.ly/plotly-basic-2.0.0-rc.1.min.js |
123124

124125
#### npm package (starting in `v1.39.0`)
125126

@@ -157,22 +158,22 @@ npm install plotly.js-basic-dist-min
157158

158159
### plotly.js cartesian
159160

160-
The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `image`, `pie`, `contour`, `scatterternary` and `violin`.
161+
The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `image`, `pie`, `scatter`, `scatterternary` and `violin`.
161162

162163
#### Stats
163164

164165
| Raw size | Minified size | Minified + gzip size |
165166
|------|-----------------|------------------------|
166-
| 3.3 MB | 1.2 MB | 391.7 kB |
167+
| 3.3 MB | 1.2 MB | 393.8 kB |
167168

168169
#### CDN links
169170

170171
| Flavor | URL |
171172
| ------ | --- |
172173
| Latest | https://cdn.plot.ly/plotly-cartesian-latest-v2.js |
173174
| Latest minified | https://cdn.plot.ly/plotly-cartesian-latest-v2.min.js |
174-
| Tagged | https://cdn.plot.ly/plotly-cartesian-2.0.0-rc.0.js |
175-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-2.0.0-rc.0.min.js |
175+
| Tagged | https://cdn.plot.ly/plotly-cartesian-2.0.0-rc.1.js |
176+
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-2.0.0-rc.1.min.js |
176177

177178
#### npm package (starting in `v1.39.0`)
178179

@@ -210,22 +211,22 @@ npm install plotly.js-cartesian-dist-min
210211

211212
### plotly.js geo
212213

213-
The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `choropleth`.
214+
The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `scattergeo`.
214215

215216
#### Stats
216217

217218
| Raw size | Minified size | Minified + gzip size |
218219
|------|-----------------|------------------------|
219-
| 2.8 MB | 1020.4 kB | 332.9 kB |
220+
| 2.8 MB | 1 MB | 334.7 kB |
220221

221222
#### CDN links
222223

223224
| Flavor | URL |
224225
| ------ | --- |
225226
| Latest | https://cdn.plot.ly/plotly-geo-latest-v2.js |
226227
| Latest minified | https://cdn.plot.ly/plotly-geo-latest-v2.min.js |
227-
| Tagged | https://cdn.plot.ly/plotly-geo-2.0.0-rc.0.js |
228-
| Tagged minified | https://cdn.plot.ly/plotly-geo-2.0.0-rc.0.min.js |
228+
| Tagged | https://cdn.plot.ly/plotly-geo-2.0.0-rc.1.js |
229+
| Tagged minified | https://cdn.plot.ly/plotly-geo-2.0.0-rc.1.min.js |
229230

230231
#### npm package (starting in `v1.39.0`)
231232

@@ -263,22 +264,22 @@ npm install plotly.js-geo-dist-min
263264

264265
### plotly.js gl3d
265266

266-
The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surface`, `mesh3d`, `isosurface`, `volume`, `cone` and `streamtube`.
267+
The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`, `scatter`, `scatter3d`, `streamtube`, `surface` and `volume`.
267268

268269
#### Stats
269270

270271
| Raw size | Minified size | Minified + gzip size |
271272
|------|-----------------|------------------------|
272-
| 3.8 MB | 1.5 MB | 478.3 kB |
273+
| 3.8 MB | 1.5 MB | 480.4 kB |
273274

274275
#### CDN links
275276

276277
| Flavor | URL |
277278
| ------ | --- |
278279
| Latest | https://cdn.plot.ly/plotly-gl3d-latest-v2.js |
279280
| Latest minified | https://cdn.plot.ly/plotly-gl3d-latest-v2.min.js |
280-
| Tagged | https://cdn.plot.ly/plotly-gl3d-2.0.0-rc.0.js |
281-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-2.0.0-rc.0.min.js |
281+
| Tagged | https://cdn.plot.ly/plotly-gl3d-2.0.0-rc.1.js |
282+
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-2.0.0-rc.1.min.js |
282283

283284
#### npm package (starting in `v1.39.0`)
284285

@@ -316,22 +317,22 @@ npm install plotly.js-gl3d-dist-min
316317

317318
### plotly.js gl2d
318319

319-
The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`, `pointcloud`, `heatmapgl` and `parcoords`.
320+
The `gl2d` partial bundle contains trace modules `heatmapgl`, `parcoords`, `pointcloud`, `scatter`, `scattergl` and `splom`.
320321

321322
#### Stats
322323

323324
| Raw size | Minified size | Minified + gzip size |
324325
|------|-----------------|------------------------|
325-
| 3.8 MB | 1.5 MB | 498.9 kB |
326+
| 3.8 MB | 1.5 MB | 500.8 kB |
326327

327328
#### CDN links
328329

329330
| Flavor | URL |
330331
| ------ | --- |
331332
| Latest | https://cdn.plot.ly/plotly-gl2d-latest-v2.js |
332333
| Latest minified | https://cdn.plot.ly/plotly-gl2d-latest-v2.min.js |
333-
| Tagged | https://cdn.plot.ly/plotly-gl2d-2.0.0-rc.0.js |
334-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-2.0.0-rc.0.min.js |
334+
| Tagged | https://cdn.plot.ly/plotly-gl2d-2.0.0-rc.1.js |
335+
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-2.0.0-rc.1.min.js |
335336

336337
#### npm package (starting in `v1.39.0`)
337338

@@ -369,22 +370,22 @@ npm install plotly.js-gl2d-dist-min
369370

370371
### plotly.js mapbox
371372

372-
The `mapbox` partial bundle contains trace modules `scatter`, `scattermapbox`, `choroplethmapbox` and `densitymapbox`.
373+
The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitymapbox`, `scatter` and `scattermapbox`.
373374

374375
#### Stats
375376

376377
| Raw size | Minified size | Minified + gzip size |
377378
|------|-----------------|------------------------|
378-
| 4.3 MB | 1.7 MB | 520.7 kB |
379+
| 4.3 MB | 1.7 MB | 522.5 kB |
379380

380381
#### CDN links
381382

382383
| Flavor | URL |
383384
| ------ | --- |
384385
| Latest | https://cdn.plot.ly/plotly-mapbox-latest-v2.js |
385386
| Latest minified | https://cdn.plot.ly/plotly-mapbox-latest-v2.min.js |
386-
| Tagged | https://cdn.plot.ly/plotly-mapbox-2.0.0-rc.0.js |
387-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-2.0.0-rc.0.min.js |
387+
| Tagged | https://cdn.plot.ly/plotly-mapbox-2.0.0-rc.1.js |
388+
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-2.0.0-rc.1.min.js |
388389

389390
#### npm package (starting in `v1.39.0`)
390391

@@ -422,22 +423,22 @@ npm install plotly.js-mapbox-dist-min
422423

423424
### plotly.js finance
424425

425-
The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram`, `pie`, `funnelarea`, `ohlc`, `candlestick`, `funnel`, `waterfall` and `indicator`.
426+
The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funnel`, `funnelarea`, `histogram`, `indicator`, `ohlc`, `pie`, `scatter` and `waterfall`.
426427

427428
#### Stats
428429

429430
| Raw size | Minified size | Minified + gzip size |
430431
|------|-----------------|------------------------|
431-
| 2.9 MB | 1.1 MB | 348.7 kB |
432+
| 2.9 MB | 1.1 MB | 351 kB |
432433

433434
#### CDN links
434435

435436
| Flavor | URL |
436437
| ------ | --- |
437438
| Latest | https://cdn.plot.ly/plotly-finance-latest-v2.js |
438439
| Latest minified | https://cdn.plot.ly/plotly-finance-latest-v2.min.js |
439-
| Tagged | https://cdn.plot.ly/plotly-finance-2.0.0-rc.0.js |
440-
| Tagged minified | https://cdn.plot.ly/plotly-finance-2.0.0-rc.0.min.js |
440+
| Tagged | https://cdn.plot.ly/plotly-finance-2.0.0-rc.1.js |
441+
| Tagged minified | https://cdn.plot.ly/plotly-finance-2.0.0-rc.1.min.js |
441442

442443
#### npm package (starting in `v1.39.0`)
443444

@@ -475,22 +476,22 @@ npm install plotly.js-finance-dist-min
475476

476477
### plotly.js strict
477478

478-
The `strict` partial bundle contains trace modules `scatter`, `bar`, `box`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `contour`, `scatterternary`, `violin`, `funnel`, `waterfall`, `image`, `pie`, `sunburst`, `treemap`, `funnelarea`, `scattergeo`, `choropleth`, `scattergl`, `splom`, `parcoords`, `parcats`, `scattermapbox`, `choroplethmapbox`, `densitymapbox`, `sankey`, `indicator`, `table`, `carpet`, `scattercarpet`, `contourcarpet`, `ohlc`, `candlestick`, `scatterpolar`, `scatterpolargl` and `barpolar`.
479+
The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `candlestick`, `carpet`, `choropleth`, `choroplethmapbox`, `contour`, `contourcarpet`, `densitymapbox`, `funnel`, `funnelarea`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `image`, `indicator`, `ohlc`, `parcats`, `parcoords`, `pie`, `sankey`, `scatter`, `scattercarpet`, `scattergeo`, `scattergl`, `scattermapbox`, `scatterpolar`, `scatterpolargl`, `scatterternary`, `splom`, `sunburst`, `table`, `treemap`, `violin` and `waterfall`.
479480

480481
#### Stats
481482

482483
| Raw size | Minified size | Minified + gzip size |
483484
|------|-----------------|------------------------|
484-
| 6.6 MB | 2.7 MB | 830.3 kB |
485+
| 6.6 MB | 2.7 MB | 832.5 kB |
485486

486487
#### CDN links
487488

488489
| Flavor | URL |
489490
| ------ | --- |
490491
| Latest | https://cdn.plot.ly/plotly-strict-latest-v2.js |
491492
| Latest minified | https://cdn.plot.ly/plotly-strict-latest-v2.min.js |
492-
| Tagged | https://cdn.plot.ly/plotly-strict-2.0.0-rc.0.js |
493-
| Tagged minified | https://cdn.plot.ly/plotly-strict-2.0.0-rc.0.min.js |
493+
| Tagged | https://cdn.plot.ly/plotly-strict-2.0.0-rc.1.js |
494+
| Tagged minified | https://cdn.plot.ly/plotly-strict-2.0.0-rc.1.min.js |
494495

495496
#### npm package (starting in `v1.39.0`)
496497

0 commit comments

Comments
 (0)