We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82978e4 commit 195e999Copy full SHA for 195e999
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.4.7] - 2022-03-18
6
+
7
### Fixed
8
9
- Runtime problem fixed for stacked charts.
test/integration/modules/vizzu/vizzu-version.js
@@ -54,7 +54,8 @@ class VizzuVersion {
54
"0.4.3",
55
"0.4.4",
56
"0.4.5",
57
- "0.4.6"
+ "0.4.6",
58
+ "0.4.7"
59
];
60
publicBetaList.slice().reverse().forEach((version, index) => {
61
publicBetaList[index] = {num: version, url: VizzuUrl.getRemoteCdn() + "@" + version + "/dist/vizzu.min.js"};
0 commit comments