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 cbc6c4e commit aca166aCopy full SHA for aca166a
src/chart/options/config.cpp
@@ -62,7 +62,7 @@ void Config::setChannelParam(const std::string &path,
62
auto id = Conv::parse<ChannelId>(parts.at(1));
63
auto property = parts.at(2);
64
65
- if (property == "title") { setter->setTitle(id, value); }
+ if (property == "title") { setter->setAxisTitle(id, value); }
66
else if (property == "axis") {
67
setter->setAxisLine(id, Conv::parse<Base::AutoBool>(value));
68
}
0 commit comments