Skip to content

Commit

Permalink
2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed May 9, 2022
1 parent 016af80 commit 68a4917
Show file tree
Hide file tree
Showing 26 changed files with 657 additions and 598 deletions.
4 changes: 2 additions & 2 deletions build/plotcss.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ var rules = {
"X .modebar.vertical .modebar-group .modebar-btn": "display:block;text-align:center;",
"X [data-title]:before,X [data-title]:after": "position:absolute;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);display:none;opacity:0;z-index:1001;pointer-events:none;top:110%;right:50%;",
"X [data-title]:hover:before,X [data-title]:hover:after": "display:block;opacity:1;",
"X [data-title]:before": "content:\"\";position:absolute;background:transparent;border:6px solid transparent;z-index:1002;margin-top:-12px;border-bottom-color:#69738a;margin-right:-6px;",
"X [data-title]:before": "content:\"\";position:absolute;background:rgba(0,0,0,0);border:6px solid rgba(0,0,0,0);z-index:1002;margin-top:-12px;border-bottom-color:#69738a;margin-right:-6px;",
"X [data-title]:after": "content:attr(data-title);background:#69738a;color:#fff;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap;margin-right:-18px;border-radius:2px;",
"X .vertical [data-title]:before,X .vertical [data-title]:after": "top:0%;right:200%;",
"X .vertical [data-title]:before": "border:6px solid transparent;border-left-color:#69738a;margin-top:8px;margin-right:-30px;",
"X .vertical [data-title]:before": "border:6px solid rgba(0,0,0,0);border-left-color:#69738a;margin-top:8px;margin-right:-30px;",
"X .select-outline": "fill:none;stroke-width:1;shape-rendering:crispEdges;",
"X .select-outline-1": "stroke:#fff;",
"X .select-outline-2": "stroke:#000;stroke-dasharray:2px 2px;",
Expand Down
42 changes: 21 additions & 21 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ The main plotly.js bundles weight in at:
| 8.3 MB | 3.5 MB | 1 MB | 8.6 MB |

#### CDN links
> https://cdn.plot.ly/plotly-2.12.0.js
> https://cdn.plot.ly/plotly-2.12.1.js
> https://cdn.plot.ly/plotly-2.12.0.min.js
> https://cdn.plot.ly/plotly-2.12.1.min.js

#### npm packages
Expand Down Expand Up @@ -91,12 +91,12 @@ The `basic` partial bundle contains trace modules `bar`, `pie` and `scatter`.

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.7 MB | 982.4 kB | 320.1 kB |
| 2.7 MB | 982.5 kB | 320.1 kB |

#### CDN links
> https://cdn.plot.ly/plotly-basic-2.12.0.js
> https://cdn.plot.ly/plotly-basic-2.12.1.js
> https://cdn.plot.ly/plotly-basic-2.12.0.min.js
> https://cdn.plot.ly/plotly-basic-2.12.1.min.js

#### npm packages
Expand All @@ -114,12 +114,12 @@ The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.3 MB | 1.2 MB | 393.1 kB |
| 3.3 MB | 1.2 MB | 393.2 kB |

#### CDN links
> https://cdn.plot.ly/plotly-cartesian-2.12.0.js
> https://cdn.plot.ly/plotly-cartesian-2.12.1.js
> https://cdn.plot.ly/plotly-cartesian-2.12.0.min.js
> https://cdn.plot.ly/plotly-cartesian-2.12.1.min.js

#### npm packages
Expand All @@ -140,9 +140,9 @@ The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `sca
| 3.1 MB | 1.1 MB | 362.8 kB |

#### CDN links
> https://cdn.plot.ly/plotly-geo-2.12.0.js
> https://cdn.plot.ly/plotly-geo-2.12.1.js
> https://cdn.plot.ly/plotly-geo-2.12.0.min.js
> https://cdn.plot.ly/plotly-geo-2.12.1.min.js

#### npm packages
Expand All @@ -163,9 +163,9 @@ The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`,
| 3.9 MB | 1.5 MB | 483.8 kB |

#### CDN links
> https://cdn.plot.ly/plotly-gl3d-2.12.0.js
> https://cdn.plot.ly/plotly-gl3d-2.12.1.js
> https://cdn.plot.ly/plotly-gl3d-2.12.0.min.js
> https://cdn.plot.ly/plotly-gl3d-2.12.1.min.js

#### npm packages
Expand All @@ -186,9 +186,9 @@ The `gl2d` partial bundle contains trace modules `heatmapgl`, `parcoords`, `poin
| 4.4 MB | 1.8 MB | 576 kB |

#### CDN links
> https://cdn.plot.ly/plotly-gl2d-2.12.0.js
> https://cdn.plot.ly/plotly-gl2d-2.12.1.js
> https://cdn.plot.ly/plotly-gl2d-2.12.0.min.js
> https://cdn.plot.ly/plotly-gl2d-2.12.1.min.js

#### npm packages
Expand All @@ -206,12 +206,12 @@ The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitym

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 4.4 MB | 1.7 MB | 516.9 kB |
| 4.4 MB | 1.7 MB | 517 kB |

#### CDN links
> https://cdn.plot.ly/plotly-mapbox-2.12.0.js
> https://cdn.plot.ly/plotly-mapbox-2.12.1.js
> https://cdn.plot.ly/plotly-mapbox-2.12.0.min.js
> https://cdn.plot.ly/plotly-mapbox-2.12.1.min.js

#### npm packages
Expand All @@ -232,9 +232,9 @@ The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funne
| 2.9 MB | 1.1 MB | 352.8 kB |

#### CDN links
> https://cdn.plot.ly/plotly-finance-2.12.0.js
> https://cdn.plot.ly/plotly-finance-2.12.1.js
> https://cdn.plot.ly/plotly-finance-2.12.0.min.js
> https://cdn.plot.ly/plotly-finance-2.12.1.min.js

#### npm packages
Expand All @@ -255,9 +255,9 @@ The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `ca
| 8.8 MB | 3.8 MB | 1.1 MB |

#### CDN links
> https://cdn.plot.ly/plotly-strict-2.12.0.js
> https://cdn.plot.ly/plotly-strict-2.12.1.js
> https://cdn.plot.ly/plotly-strict-2.12.0.min.js
> https://cdn.plot.ly/plotly-strict-2.12.1.min.js

#### npm packages
Expand Down
Loading

0 comments on commit 68a4917

Please sign in to comment.