We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have found that tooltip doesn't consider legendPosition and domainLabel position.
You may take a look here - http://jsfiddle.net/9sfsk/result/
I assume adding some additional cases, like:
if (self.options.legendVerticalPosition === "top") { tooltipLegendOffset = self.options.legendMargin[0] + self.options.legendMargin[2] + self.options.legendCellSize; } self.tooltip.attr("style", "display: block; " + "left: " + (self.positionSubDomainX(d.t) - self.tooltip[0][0].offsetWidth/2 + options.cellSize/2 + parseInt(domainNode.getAttribute("x"), 10) + self.domainHorizontalLabelWidth) + "px; " + "top: " + (self.positionSubDomainY(d.t) - self.tooltip[0][0].offsetHeight - options.cellSize/2 + parseInt(domainNode.getAttribute("y"), 10) + legendOffset) + "px;");
Surely, it's just an example, considering all position cases requires more options.
The text was updated successfully, but these errors were encountered:
I'm facing this =)
I'll try your additional cases, thanks for that!
Sorry, something went wrong.
d03c19c
Merge pull request #93 from x-way/renovate/puppeteer-17.x
7c616eb
chore(deps): update dependency puppeteer to v17.1.3
No branches or pull requests
I have found that tooltip doesn't consider legendPosition and domainLabel position.
You may take a look here - http://jsfiddle.net/9sfsk/result/
I assume adding some additional cases, like:
Surely, it's just an example, considering all position cases requires more options.
The text was updated successfully, but these errors were encountered: