Skip to content

Commit

Permalink
New build with BADNUM constants
Browse files Browse the repository at this point in the history
  • Loading branch information
oshikryu committed Apr 24, 2020
1 parent d267337 commit 0abf99f
Show file tree
Hide file tree
Showing 20 changed files with 5,215 additions and 4,814 deletions.
2 changes: 1 addition & 1 deletion build/plotcss.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var rules = {
"X .select-outline": "fill:none;stroke-width:1;shape-rendering:crispEdges;",
"X .select-outline-1": "stroke:white;",
"X .select-outline-2": "stroke:black;stroke-dasharray:2px 2px;",
Y: "font-family:'Open Sans';position:fixed;top:50px;right:20px;z-index:10000;font-size:10pt;max-width:180px;",
Y: "font-family:'Open Sans', verdana, arial, sans-serif;position:fixed;top:50px;right:20px;z-index:10000;font-size:10pt;max-width:180px;",
"Y p": "margin:0;",
"Y .notifier-note": "min-width:180px;max-width:250px;border:1px solid #fff;z-index:3000;margin:0;background-color:#8c97af;background-color:rgba(140,151,175,0.9);color:#fff;padding:10px;overflow-wrap:break-word;word-wrap:break-word;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;",
"Y .notifier-close": "color:#fff;opacity:0.8;float:right;padding:0 5px;background:none;border:none;font-size:20px;font-weight:bold;line-height:20px;",
Expand Down
16 changes: 8 additions & 8 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The main plotly.js bundle weights in at:

| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
|-----------|---------------|----------------------|---------------------|
| 6.9 MB | 3.2 MB | 961.9 kB | 7.2 MB |
| 6.9 MB | 3.2 MB | 973.6 kB | 7.3 MB |

## Partial bundles

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

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.4 MB | 865.6 kB | 284.6 kB |
| 2.4 MB | 867.8 kB | 285.2 kB |

#### CDN links

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

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.8 MB | 995.9 kB | 325.8 kB |
| 2.8 MB | 998.2 kB | 326.3 kB |

#### CDN links

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

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.5 MB | 892.4 kB | 294.1 kB |
| 2.5 MB | 895 kB | 294.8 kB |

#### CDN links

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

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.5 MB | 1.4 MB | 443.6 kB |
| 3.5 MB | 1.4 MB | 444.1 kB |

#### CDN links

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

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.5 MB | 1.4 MB | 462.4 kB |
| 3.5 MB | 1.4 MB | 463.3 kB |

#### CDN links

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

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.2 MB | 1.5 MB | 466 kB |
| 3.2 MB | 1.6 MB | 476.7 kB |

#### CDN links

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

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.6 MB | 953.3 kB | 309.9 kB |
| 2.6 MB | 955.5 kB | 310.4 kB |

#### CDN links

Expand Down
Loading

0 comments on commit 0abf99f

Please sign in to comment.