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
#### Please note that as of v2 the "plotly-latest" outputs (e.g. https://cdn.plot.ly/plotly-latest.min.js) will no longer be updated on the CDN, and will stay at the last v1 patch v1.58.4. Therefore, to use the CDN with plotly.js v2 and higher, you must specify an exact plotly.js version.
70
-
71
-
72
-
## Load from npm
73
-
74
-
```sh
75
-
npm install plotly.js-dist-min
76
-
```
77
-
78
-
and import plotly.js as
79
-
80
-
```js
81
-
importPlotlyfrom'plotly.js-dist-min'
82
-
```
83
-
Or
84
-
```js
85
-
var Plotly =require('plotly.js-dist-min')
86
-
```
87
-
88
-
---
89
-
## Versioning
90
-
91
-
This project is maintained under the [Semantic Versioning guidelines](https://semver.org/).
92
-
93
-
See the [Releases section](https://github.com/plotly/plotly.js/releases) of our GitHub project for changelogs for each release version of plotly.js.
85
+
> Please note that as of v2 the "plotly-latest" outputs (e.g. https://cdn.plot.ly/plotly-latest.min.js) will no longer be updated on the CDN, and will stay at the last v1 patch v1.58.4. Therefore, to use the CDN with plotly.js v2 and higher, you must specify an exact plotly.js version.
94
86
95
87
## Partial bundles
96
88
@@ -209,3 +201,9 @@ Plotly.js is at the core of a large and dynamic ecosystem with many contributors
209
201
Code and documentation copyright 2021 Plotly, Inc.
210
202
211
203
Code released under the [MIT license](https://github.com/plotly/plotly.js/blob/master/LICENSE).
204
+
205
+
### Versioning
206
+
207
+
This project is maintained under the [Semantic Versioning guidelines](https://semver.org/).
208
+
209
+
See the [Releases section](https://github.com/plotly/plotly.js/releases) of our GitHub project for changelogs for each release version of plotly.js.
0 commit comments