File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Or use it from CDN:
3838
3939``` html
4040<script type =" module" >
41- import Vizzu from ' https://cdn.jsdelivr.net/npm/vizzu@0.3.3 /dist/vizzu.min.js' ;
41+ import Vizzu from ' https://cdn.jsdelivr.net/npm/vizzu@latest /dist/vizzu.min.js' ;
4242 </script >
4343```
4444
@@ -53,7 +53,7 @@ Create a placeholder element that will contain the rendered chart:
5353Create a simple bar chart:
5454
5555``` javascript
56- import Vizzu from ' https://cdn.jsdelivr.net/npm/vizzu@0.3.3 /dist/vizzu.min.js' ;
56+ import Vizzu from ' https://cdn.jsdelivr.net/npm/vizzu@latest /dist/vizzu.min.js' ;
5757
5858let data = {
5959 series: [
@@ -82,7 +82,7 @@ chart.animate({
8282 geometry: ' circle'
8383});
8484```
85- [ Try it!] ( https://jsfiddle.net/VizzuHQ/dk7b86vc/47 / )
85+ [ Try it!] ( https://jsfiddle.net/VizzuHQ/dk7b86vc/51 / )
8686
8787![ Example chart] ( https://vizzuhq.github.io/vizzu-lib-doc/readme/example.gif )
8888
You can’t perform that action at this time.
0 commit comments