Skip to content

Commit 7ef1d75

Browse files
authored
README example uses CDN link
1 parent b5d921b commit 7ef1d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Create a placeholder element that will contain the rendered chart:
5151
Create a simple bar chart:
5252

5353
```javascript
54-
import Vizzu from 'https://vizzu-lib-main.storage.googleapis.com/lib/vizzu.js';
54+
import Vizzu from 'https://cdn.jsdelivr.net/npm/vizzu@0.3.0/vizzu.min.js';
5555

5656
let data = {
5757
series: [
@@ -80,7 +80,7 @@ chart.animate({
8080
geometry: 'circle'
8181
});
8282
```
83-
[Try it!](https://jsfiddle.net/VizzuHQ/dk7b86vc/19/)
83+
[Try it!](https://jsfiddle.net/VizzuHQ/dk7b86vc/27/)
8484

8585
![Example chart](https://vizzuhq.github.io/vizzu-lib-doc/readme/example.gif)
8686

0 commit comments

Comments
 (0)