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.
2 parents 22eed21 + 1728c69 commit 4fe64caCopy full SHA for 4fe64ca
CHANGELOG.md
@@ -2,14 +2,14 @@
2
3
## [Unreleased]
4
5
-### Fixed
+## [0.11.3] - 2024-06-27
6
7
+### Fixed
8
9
- Change bubblechart behavior on failure.
10
- Fix reference markers on bubblechart with negative values.
11
- From now lightness channel goes from light (low value) to dark (high value) colors.
12
-
13
## [0.11.2] - 2024-06-18
14
15
### Fixed
src/chart/main/version.cpp
@@ -1,5 +1,5 @@
1
#include "version.h"
-const App::Version Vizzu::Main::version(0, 11, 2);
+const App::Version Vizzu::Main::version(0, 11, 3);
const char *const Vizzu::Main::siteUrl = "https://vizzu.io/";
0 commit comments