File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased ]
3+ ## [ 0.4.0 ]
44
55### Added
66
Original file line number Diff line number Diff line change 44 </a >
55 <p align =" center " ><b >Vizzu</b > - Library for animated data visualizations and data stories.</p >
66 <p align =" center " >
7- <a href="https://lib.vizzuhq.com/0.3.0 /">Tutorial & Examples</a>
8- · <a href="https://lib.vizzuhq.com/0.3.0 /reference">Reference</a>
7+ <a href="https://lib.vizzuhq.com/0.4 /">Tutorial & Examples</a>
8+ · <a href="https://lib.vizzuhq.com/0.4 /reference">Reference</a>
99 · <a href="https://github.com/vizzuhq/vizzu-lib">Repository</a>
1010 </p >
1111</p >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Import the library into a JavaScript file or script tag in your web page
1717``` html
1818<script type =" module" >
1919import Vizzu from
20- ' https://cdn.jsdelivr.net/npm/vizzu@0.3.1 /dist/vizzu.min.js' ;
20+ ' https://cdn.jsdelivr.net/npm/vizzu@0.4.0 /dist/vizzu.min.js' ;
2121 </script >
2222```
2323
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class Example
6666+ '</pre>' ;
6767scriptElement . innerHTML += `
6868<script type="module">
69- import Vizzu from 'https://cdn.jsdelivr.net/npm/vizzu@0.3.1 /dist/vizzu.min.js';
69+ import Vizzu from 'https://cdn.jsdelivr.net/npm/vizzu@0.4.0 /dist/vizzu.min.js';
7070${ this . imports }
7171
7272let chart = new Vizzu('vizzuCanvas');
Original file line number Diff line number Diff line change 33< head >
44< meta charset ='utf-8 '>
55< title > Vizzu Library</ title >
6- < link rel ="icon " href ="0.3.0 /images/favicon.svg ">
6+ < link rel ="icon " href ="0.4 /images/favicon.svg ">
77< meta name ='viewport ' content ='width=device-width, initial-scale=1 '>
8- < link rel ='stylesheet ' type ='text/css ' media ='screen ' href ='0.3.0 /style/root.css '>
9- < link rel ='stylesheet ' type ='text/css ' media ='screen ' href ='0.3.0 /style/highlight.css '>
8+ < link rel ='stylesheet ' type ='text/css ' media ='screen ' href ='0.4 /style/root.css '>
9+ < link rel ='stylesheet ' type ='text/css ' media ='screen ' href ='0.4 /style/highlight.css '>
1010< meta content ="Open-source JavaScript library designed to easily create animated data visualizations and data stories. " name ="description ">
1111
1212< meta property ="og:site_name " content ="Vizzu - Dialogue with Data ">
Original file line number Diff line number Diff line change 1- import Vizzu from 'https://cdn.jsdelivr.net/npm/vizzu@0.3.1 /dist/vizzu.min.js' ;
1+ import Vizzu from 'https://cdn.jsdelivr.net/npm/vizzu@0.4.0 /dist/vizzu.min.js' ;
22//import Vizzu from '/example/lib/vizzu.js';
33import getBase from './base.js' ;
44import data from './data.js'
You can’t perform that action at this time.
0 commit comments