Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12154e7

Browse files
Sean LawlorSean Lawlor
Sean Lawlor
authored and
Sean Lawlor
committed
recompile distribution pkgs
1 parent 08c4555 commit 12154e7

20 files changed

+731452
-726228
lines changed

dist/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
| 7 MB | 3.3 MB | 986.3 kB | 7.3 MB |
91+
| 7.2 MB | 3.3 MB | 990.4 kB | 7.5 MB |
9292

9393
## Partial bundles
9494

@@ -114,7 +114,7 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
114114

115115
| Raw size | Minified size | Minified + gzip size |
116116
|------|-----------------|------------------------|
117-
| 2.5 MB | 888 kB | 292.5 kB |
117+
| 2.5 MB | 896.3 kB | 295.1 kB |
118118

119119
#### CDN links
120120

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

168168
| Raw size | Minified size | Minified + gzip size |
169169
|------|-----------------|------------------------|
170-
| 2.8 MB | 1018.8 kB | 333.7 kB |
170+
| 2.9 MB | 1 MB | 336.4 kB |
171171

172172
#### CDN links
173173

@@ -220,7 +220,7 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho
220220

221221
| Raw size | Minified size | Minified + gzip size |
222222
|------|-----------------|------------------------|
223-
| 2.5 MB | 915.3 kB | 302.2 kB |
223+
| 2.6 MB | 923.6 kB | 304.7 kB |
224224

225225
#### CDN links
226226

@@ -273,7 +273,7 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
273273

274274
| Raw size | Minified size | Minified + gzip size |
275275
|------|-----------------|------------------------|
276-
| 3.6 MB | 1.4 MB | 451.6 kB |
276+
| 3.6 MB | 1.4 MB | 454.1 kB |
277277

278278
#### CDN links
279279

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

327327
| Raw size | Minified size | Minified + gzip size |
328328
|------|-----------------|------------------------|
329-
| 3.6 MB | 1.4 MB | 471.2 kB |
329+
| 3.7 MB | 1.4 MB | 475.3 kB |
330330

331331
#### CDN links
332332

@@ -379,7 +379,7 @@ The `mapbox` partial bundle contains trace modules `scatter`, `scattermapbox`, `
379379

380380
| Raw size | Minified size | Minified + gzip size |
381381
|------|-----------------|------------------------|
382-
| 3.3 MB | 1.6 MB | 488.8 kB |
382+
| 3.4 MB | 1.6 MB | 491.6 kB |
383383

384384
#### CDN links
385385

@@ -432,7 +432,7 @@ The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram
432432

433433
| Raw size | Minified size | Minified + gzip size |
434434
|------|-----------------|------------------------|
435-
| 2.7 MB | 975.8 kB | 317.7 kB |
435+
| 2.8 MB | 984.1 kB | 320.3 kB |
436436

437437
#### CDN links
438438

dist/plot-schema.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58057,6 +58057,13 @@
5805758057
"editType": "plot",
5805858058
"description": "A single toggle to hide the axis while preserving interaction like dragging. Default is true when a cheater plot is present on the axis, otherwise false"
5805958059
},
58060+
"spikePersistOnClick": {
58061+
"valType": "boolean",
58062+
"dflt": false,
58063+
"role": "style",
58064+
"editType": "none",
58065+
"description": "Set rather if spike line should persist after clicking on the hover point"
58066+
},
5806058067
"color": {
5806158068
"valType": "color",
5806258069
"dflt": "#444",
@@ -58491,6 +58498,13 @@
5849158498
"editType": "none",
5849258499
"description": "Determines whether spikelines are stuck to the cursor or to the closest datapoints."
5849358500
},
58501+
"subPlotsLabeled": {
58502+
"valType": "boolean",
58503+
"dflt": false,
58504+
"role": "style",
58505+
"editType": "none",
58506+
"description": "Set rather if all subplots should have the axis labels, only works for x axis for now"
58507+
},
5849458508
"tickfont": {
5849558509
"family": {
5849658510
"valType": "string",
@@ -59234,6 +59248,13 @@
5923459248
"editType": "plot",
5923559249
"description": "A single toggle to hide the axis while preserving interaction like dragging. Default is true when a cheater plot is present on the axis, otherwise false"
5923659250
},
59251+
"spikePersistOnClick": {
59252+
"valType": "boolean",
59253+
"dflt": false,
59254+
"role": "style",
59255+
"editType": "none",
59256+
"description": "Set rather if spike line should persist after clicking on the hover point"
59257+
},
5923759258
"color": {
5923859259
"valType": "color",
5923959260
"dflt": "#444",
@@ -59668,6 +59689,13 @@
5966859689
"editType": "none",
5966959690
"description": "Determines whether spikelines are stuck to the cursor or to the closest datapoints."
5967059691
},
59692+
"subPlotsLabeled": {
59693+
"valType": "boolean",
59694+
"dflt": false,
59695+
"role": "style",
59696+
"editType": "none",
59697+
"description": "Set rather if all subplots should have the axis labels, only works for x axis for now"
59698+
},
5967159699
"tickfont": {
5967259700
"family": {
5967359701
"valType": "string",

0 commit comments

Comments
 (0)