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 71a61fb commit 5d8c848Copy full SHA for 5d8c848
test/unit/chart/events.cpp
@@ -434,7 +434,7 @@ const static auto tests =
434
using Axis = Vizzu::Events::Targets::Axis;
435
for (auto &&[beg, end] = events.equal_range("plot-axis-draw");
436
const auto &[j, t, l] : values(subrange(beg, end)))
437
- if (!isHorizontal(+static_cast<Axis const &>(*t).axis))
+ if (!isHorizontal(++static_cast<Axis const &>(*t).axis))
438
xCenter = std::get<Vizzu::Draw::Line>(l).line.begin.x;
439
440
std::set<double> zero_count{};
0 commit comments