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 85a53ea commit defaf8eCopy full SHA for defaf8e
src/chart/generator/marker.cpp
@@ -96,7 +96,7 @@ Marker::Marker(const Options &options,
96
97
spacing.y = (!horizontal || lineOrCircle
98
|| (channels.at(ChannelId::x).isDimension()
99
- && channels.at(ChannelId::y).hasDimension()
+ && channels.at(ChannelId::x).hasDimension()
100
&& options.geometry == ShapeType::rectangle
101
&& options.align != Base::Align::Type::stretch
102
&& rectangleSpacing))
@@ -234,4 +234,4 @@ bool Marker::Label::operator==(const Label &other) const
234
{
235
return value == other.value && indexStr == other.indexStr;
236
}
237
-}
+}
0 commit comments