I'm trying to do something almost exactly the same as the Qt5 callout example, but I've discovered that if you call setUseOpenGL(true)
on the series, then the callout appears under the line instead of above it.
This is true no matter what zValue
is set to, including m_tooltip->setZValue(std::numeric_limits<qreal>::max());
Is there a workaround for this?