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 df52b51 commit 70847e7Copy full SHA for 70847e7
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## [Unreleased]
4
5
+## [0.16.3] - 2025-04-28
6
+
7
+- Added new (development) style parameter: 'plot.marker.label.unit' with options 'original' (default) and 'percent'.
8
9
## [0.16.2] - 2025-04-03
10
11
### Fixed
src/chart/main/version.cpp
@@ -2,6 +2,6 @@
#include "base/app/version.h"
-const App::Version Vizzu::Main::version(0, 16, 2);
+const App::Version Vizzu::Main::version(0, 16, 3);
const char *const Vizzu::Main::siteUrl = "https://vizzu.io/";
0 commit comments