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
+22-22
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
37
37
38
38
It be can imported as minified javascript
39
39
- using dist file `dist/plotly.min.js`
40
-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.31.0.min.js
40
+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.31.1.min.js
41
41
42
42
or as raw javascript:
43
43
- using dist file `dist/plotly.js`
44
-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.31.0.js
44
+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.31.1.js
45
45
- using CommonJS with `require('plotly.js')`
46
46
47
47
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`
@@ -50,7 +50,7 @@ The main plotly.js bundle weights in at:
Copy file name to clipboardExpand all lines: dist/plot-schema.json
+14-6
Original file line number
Diff line number
Diff line change
@@ -21822,12 +21822,14 @@
21822
21822
"width": {
21823
21823
"valType": "number",
21824
21824
"arrayOk": true,
21825
+
"dflt": 1,
21825
21826
"role": "style",
21826
21827
"editType": "calc"
21827
21828
},
21828
21829
"color": {
21829
21830
"valType": "color",
21830
21831
"arrayOk": true,
21832
+
"dflt": "grey",
21831
21833
"role": "style",
21832
21834
"editType": "calc"
21833
21835
},
@@ -21867,25 +21869,27 @@
21867
21869
"font": {
21868
21870
"family": {
21869
21871
"valType": "string",
21870
-
"arrayOk": true,
21871
21872
"role": "style",
21872
21873
"noBlank": true,
21873
21874
"strict": true,
21874
21875
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The plotly service (at https://plot.ly or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
21876
+
"arrayOk": true,
21875
21877
"editType": "calc"
21876
21878
},
21877
21879
"size": {
21878
21880
"valType": "number",
21879
-
"arrayOk": true,
21880
21881
"role": "style",
21882
+
"min": 1,
21883
+
"arrayOk": true,
21881
21884
"editType": "calc"
21882
21885
},
21883
21886
"color": {
21884
21887
"valType": "color",
21885
-
"arrayOk": true,
21886
21888
"role": "style",
21889
+
"arrayOk": true,
21887
21890
"editType": "calc"
21888
21891
},
21892
+
"description": "",
21889
21893
"editType": "calc",
21890
21894
"role": "object",
21891
21895
"familysrc": {
@@ -21995,12 +21999,14 @@
21995
21999
"width": {
21996
22000
"valType": "number",
21997
22001
"arrayOk": true,
22002
+
"dflt": 1,
21998
22003
"role": "style",
21999
22004
"editType": "calc"
22000
22005
},
22001
22006
"color": {
22002
22007
"valType": "color",
22003
22008
"arrayOk": true,
22009
+
"dflt": "grey",
22004
22010
"role": "style",
22005
22011
"editType": "calc"
22006
22012
},
@@ -22040,25 +22046,27 @@
22040
22046
"font": {
22041
22047
"family": {
22042
22048
"valType": "string",
22043
-
"arrayOk": true,
22044
22049
"role": "style",
22045
22050
"noBlank": true,
22046
22051
"strict": true,
22047
22052
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The plotly service (at https://plot.ly or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
0 commit comments