Skip to content

Commit

Permalink
README example uses CDN link
Browse files Browse the repository at this point in the history
  • Loading branch information
simzer authored Sep 23, 2021
1 parent b5d921b commit 7ef1d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Create a placeholder element that will contain the rendered chart:
Create a simple bar chart:

```javascript
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';

let data = {
series: [
Expand Down Expand Up @@ -80,7 +80,7 @@ chart.animate({
geometry: 'circle'
});
```
[Try it!](https://jsfiddle.net/VizzuHQ/dk7b86vc/19/)
[Try it!](https://jsfiddle.net/VizzuHQ/dk7b86vc/27/)

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

Expand Down

0 comments on commit 7ef1d75

Please sign in to comment.