There was an error while loading. Please reload this page.
1 parent b5d921b commit 7ef1d75Copy full SHA for 7ef1d75
README.md
@@ -51,7 +51,7 @@ Create a placeholder element that will contain the rendered chart:
51
Create a simple bar chart:
52
53
```javascript
54
-import Vizzu from 'https://vizzu-lib-main.storage.googleapis.com/lib/vizzu.js';
+import Vizzu from 'https://cdn.jsdelivr.net/npm/vizzu@0.3.0/vizzu.min.js';
55
56
let data = {
57
series: [
@@ -80,7 +80,7 @@ chart.animate({
80
geometry: 'circle'
81
});
82
```
83
-[Try it!](https://jsfiddle.net/VizzuHQ/dk7b86vc/19/)
+[Try it!](https://jsfiddle.net/VizzuHQ/dk7b86vc/27/)
84
85

86
0 commit comments