8000 update examples in readme files to point to rc.3 · plotly/plotly.js@b239621 · GitHub
[go: up one dir, main page]

Skip to content

Commit b239621

Browse files
committed
update examples in readme files to point to rc.3
1 parent 43a7c34 commit b239621

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CUSTOM_BUNDLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ You can simply make custom bundles yourself, if none of the [distributed package
33

44
Install plotly.js, move to plotly.js folder then install plotly.js dependencies:
55
```sh
6-
npm i plotly.js@2.0.0-rc.2
6+
npm i plotly.js@2.0.0-rc.3
77
cd node_modules/plotly.js
88
npm i
99
```

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Fastly supports Plotly.js with free CDN service. Read more at <https://www.fastl
5353
### Usage example
5454
```html
5555
<head>
56-
<script src="https://cdn.plot.ly/plotly-2.0.0-rc.2.min.js"></script>
56+
<script src="https://cdn.plot.ly/plotly-2.0.0-rc.3.min.js"></script>
5757
</head>
5858
<body>
5959
<div id="gd"></div>
@@ -79,7 +79,7 @@ To learn and build more with plotly.js please visit [plotly.js documentation](ht
7979
### Un-minified versions are also available on CDN
8080
While non-minified source files may contain characters outside UTF-8, it is recommended that you specify the `charset` when loading those bundles.
8181
```html
82-
<script src="https://cdn.plot.ly/plotly-2.0.0-rc.2.js" charset="utf-8"></script>
82+
<script src="https://cdn.plot.ly/plotly-2.0.0-rc.3.js" charset="utf-8"></script>
8383
```
8484

8585
> 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.
@@ -88,7 +88,7 @@ While non-minified source files may contain characters outside UTF-8, it is reco
8888
Load relevant MathJax (v2) files *Before* the plotly.js script tag:
8989
```html
9090
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG.js"></script>
91-
<script src="https://cdn.plot.ly/plotly-2.0.0-rc.2.min.js"></script>
91+
<script src="https://cdn.plot.ly/plotly-2.0.0-rc.3.min.js"></script>
9292
```
9393

9494
## Bundles

0 commit comments

Comments
 (0)
0