You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/README.md
+25-25
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ object. This property must be set before the plotly.js script tag, for example:
51
51
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
52
52
Many other localizations are available - here is an example using Swiss-German (de-CH),
53
53
see the contents of this directory for the full list.
54
-
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.52.1.js
54
+
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.52.2.js
55
55
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.
56
56
57
57
*After* the plotly.js script tag, add:
@@ -74,12 +74,12 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
74
74
75
75
It be can imported as minified javascript
76
76
- using dist file `dist/plotly.min.js`
77
-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.52.1.min.js
77
+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.52.2.min.js
78
78
79
79
or as raw javascript:
80
80
- using the `plotly.js-dist` npm package (starting in `v1.39.0`)
81
81
- using dist file `dist/plotly.js`
82
-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.52.1.js
82
+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.52.2.js
83
83
- using CommonJS with `require('plotly.js')`
84
84
85
85
If you would like to have access to the attribute meta information (including attribute descriptions as on the [schema reference page](https://plot.ly/javascript/reference/)), use dist file `dist/plotly-with-meta.js`
@@ -88,7 +88,7 @@ The main plotly.js bundle weights in at:
Copy file name to clipboardExpand all lines: dist/plot-schema.json
+8-8
Original file line number
Diff line number
Diff line change
@@ -17621,7 +17621,7 @@
17621
17621
],
17622
17622
"dflt": "auto",
17623
17623
"editType": "plot",
17624
-
"description": "Determines the orientation of text inside slices. With *auto* the texts may automatically be rotated to fit with the maximum size inside the slice. Using *horizontal* option forces text to be horizontal. Using *radial* option forces text to be radial. Using *tangential* option forces text to be tangential."
17624
+
"description": "Controls the orientation of the text inside chart sectors. When set to *auto*, text may be oriented in any direction in order to be as big as possible in the middle of a sector. The *horizontal* option orients text to be parallel with the bottom of the chart, and may make text smaller in order to achieve that goal. The *radial* option orients text along the radius of the sector. The *tangential* option orients text perpendicular to the radius of the sector."
17625
17625
},
17626
17626
"insidetextfont": {
17627
17627
"family": {
@@ -19077,7 +19077,7 @@
19077
19077
],
19078
19078
"dflt": "auto",
19079
19079
"editType": "plot",
19080
-
"description": "Determines the orientation of text inside slices. With *auto* the texts may automatically be rotated to fit with the maximum size inside the slice. Using *horizontal* option forces text to be horizontal. Using *radial* option forces text to be radial. Using *tangential* option forces text to be tangential."
19080
+
"description": "Controls the orientation of the text inside chart sectors. When set to *auto*, text may be oriented in any direction in order to be as big as possible in the middle of a sector. The *horizontal* option orients text to be parallel with the bottom of the chart, and may make text smaller in order to achieve that goal. The *radial* option orients text along the radius of the sector. The *tangential* option orients text perpendicular to the radius of the sector."
19081
19081
},
19082
19082
"insidetextfont": {
19083
19083
"family": {
@@ -46206,7 +46206,7 @@
46206
46206
"dflt": "center",
46207
46207
"role": "style",
46208
46208
"editType": "calc",
46209
-
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans more two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width.",
46209
+
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width.",
46210
46210
"arrayOk": true
46211
46211
},
46212
46212
"line": {
@@ -46383,7 +46383,7 @@
46383
46383
"dflt": "center",
46384
46384
"role": "style",
46385
46385
"editType": "calc",
46386
-
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans more two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width.",
46386
+
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width.",
46387
46387
"arrayOk": true
46388
46388
},
46389
46389
"line": {
@@ -57324,14 +57324,14 @@
57324
57324
"role": "style",
57325
57325
"dflt": "#fff",
57326
57326
"editType": "plot",
57327
-
"description": "Sets the color of paper where the graph is drawn."
57327
+
"description": "Sets the background color of the paper where the graph is drawn."
57328
57328
},
57329
57329
"plot_bgcolor": {
57330
57330
"valType": "color",
57331
57331
"role": "style",
57332
57332
"dflt": "#fff",
57333
57333
"editType": "layoutstyle",
57334
-
"description": "Sets the color of plotting area in-between x and y axes."
57334
+
"description": "Sets the background color of the plotting area in-between x and y axes."
57335
57335
},
57336
57336
"separators": {
57337
57337
"valType": "string",
@@ -63397,7 +63397,7 @@
63397
63397
"dflt": "center",
63398
63398
"role": "style",
63399
63399
"editType": "calc",
63400
-
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans more two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width."
63400
+
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width."
63401
63401
},
63402
63402
"valign": {
63403
63403
"valType": "enumerated",
@@ -66133,7 +66133,7 @@
66133
66133
"dflt": "center",
66134
66134
"role": "style",
66135
66135
"editType": "arraydraw",
66136
-
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans more two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width."
66136
+
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width."
0 commit comments