Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Mar 5, 2022
1 parent 6185b97 commit e6c5b31
Show file tree
Hide file tree
Showing 25 changed files with 1,911 additions and 899 deletions.
52 changes: 26 additions & 26 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.9.0.js
> https://cdn.plot.ly/plotly-2.10.0.js
> https://cdn.plot.ly/plotly-2.9.0.min.js
> https://cdn.plot.ly/plotly-2.10.0.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 | 977.2 kB | 318.3 kB |
| 2.7 MB | 977.9 kB | 318.5 kB |

#### CDN links
> https://cdn.plot.ly/plotly-basic-2.9.0.js
> https://cdn.plot.ly/plotly-basic-2.10.0.js
> https://cdn.plot.ly/plotly-basic-2.9.0.min.js
> https://cdn.plot.ly/plotly-basic-2.10.0.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 | 391.3 kB |
| 3.3 MB | 1.2 MB | 391.5 kB |

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

#### npm packages
Expand All @@ -137,12 +137,12 @@ The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `sca

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3 MB | 1.1 MB | 360.9 kB |
| 3.1 MB | 1.1 MB | 361.2 kB |

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

#### npm packages
Expand All @@ -160,12 +160,12 @@ The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`,

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.9 MB | 1.5 MB | 481.1 kB |
| 3.9 MB | 1.5 MB | 481.3 kB |

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

#### npm packages
Expand All @@ -183,12 +183,12 @@ The `gl2d` partial bundle contains trace modules `heatmapgl`, `parcoords`, `poin

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 4.4 MB | 1.8 MB | 571.7 kB |
| 4.4 MB | 1.8 MB | 571.9 kB |

#### CDN links
> https://cdn.plot.ly/plotly-gl2d-2.9.0.js
> https://cdn.plot.ly/plotly-gl2d-2.10.0.js
> https://cdn.plot.ly/plotly-gl2d-2.9.0.min.js
> https://cdn.plot.ly/plotly-gl2d-2.10.0.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.3 MB | 1.7 MB | 515.1 kB |
| 4.3 MB | 1.7 MB | 515.4 kB |

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

#### npm packages
Expand All @@ -229,12 +229,12 @@ The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funne

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.9 MB | 1.1 MB | 351 kB |
| 2.9 MB | 1.1 MB | 351.2 kB |

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

#### npm packages
Expand All @@ -252,12 +252,12 @@ The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `ca

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 7.7 MB | 3.2 MB | 958.9 kB |
| 7.7 MB | 3.2 MB | 959.2 kB |

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

#### npm packages
Expand Down
98 changes: 98 additions & 0 deletions dist/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@
"noBlank": true,
"valType": "string"
},
"typesetMath": {
"description": "Determines whether math should be typeset or not, when MathJax (either v2 or v3) is present on the page.",
"dflt": true,
"valType": "boolean"
},
"watermark": {
"description": "watermark the images with the company's logo",
"dflt": false,
Expand Down Expand Up @@ -42269,6 +42274,99 @@
"editType": "style",
"valType": "color"
},
"fillpattern": {
"bgcolor": {
"arrayOk": true,
"description": "When there is no colorscale sets the color of background pattern fill. Defaults to a `marker.color` background when `fillmode` is *overlay*. Otherwise, defaults to a transparent background.",
"editType": "style",
"valType": "color"
},
"bgcolorsrc": {
"description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.",
"editType": "none",
"valType": "string"
},
"description": "Sets the pattern within the marker.",
"editType": "style",
"fgcolor": {
"arrayOk": true,
"description": "When there is no colorscale sets the color of foreground pattern fill. Defaults to a `marker.color` background when `fillmode` is *replace*. Otherwise, defaults to dark grey or white to increase contrast with the `bgcolor`.",
"editType": "style",
"valType": "color"
},
"fgcolorsrc": {
"description": "Sets the source reference on Chart Studio Cloud for `fgcolor`.",
"editType": "none",
"valType": "string"
},
"fgopacity": {
"description": "Sets the opacity of the foreground pattern fill. Defaults to a 0.5 when `fillmode` is *overlay*. Otherwise, defaults to 1.",
"editType": "style",
"max": 1,
"min": 0,
"valType": "number"
},
"fillmode": {
"description": "Determines whether `marker.color` should be used as a default to `bgcolor` or a `fgcolor`.",
"dflt": "replace",
"editType": "style",
"valType": "enumerated",
"values": [
"replace",
"overlay"
]
},
"role": "object",
"shape": {
"arrayOk": true,
"description": "Sets the shape of the pattern fill. By default, no pattern is used for filling the area.",
"dflt": "",
"editType": "style",
"valType": "enumerated",
"values": [
"",
"/",
"\\",
"x",
"-",
"|",
"+",
"."
]
},
"shapesrc": {
"description": "Sets the source reference on Chart Studio Cloud for `shape`.",
"editType": "none",
"valType": "string"
},
"size": {
"arrayOk": true,
"description": "Sets the size of unit squares of the pattern fill in pixels, which corresponds to the interval of repetition of the pattern.",
"dflt": 8,
"editType": "style",
"min": 0,
"valType": "number"
},
"sizesrc": {
"description": "Sets the source reference on Chart Studio Cloud for `size`.",
"editType": "none",
"valType": "string"
},
"solidity": {
"arrayOk": true,
"description": "Sets the solidity of the pattern fill. Solidity is roughly the fraction of the area filled by the pattern. Solidity of 0 shows only the background color without pattern and solidty of 1 shows only the foreground color without pattern.",
"dflt": 0.3,
"editType": "style",
"max": 1,
"min": 0,
"valType": "number"
},
"soliditysrc": {
"description": "Sets the source reference on Chart Studio Cloud for `solidity`.",
"editType": "none",
"valType": "string"
}
},
"groupnorm": {
"description": "Only relevant when `stackgroup` is used, and only the first `groupnorm` found in the `stackgroup` will be used - including if `visible` is *legendonly* but not if it is `false`. Sets the normalization for the sum of this `stackgroup`. With *fraction*, the value of each trace at each location is divided by the sum of all trace values at that location. *percent* is the same but multiplied by 100 to show percentages. If there are multiple subplots, or multiple `stackgroup`s on one subplot, each will be normalized within its own set.",
"dflt": "",
Expand Down
Loading

0 comments on commit e6c5b31

Please sign in to comment.