Skip to content
New issue

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

Tooltip xAlign/yAlign swapped #2923

Closed
jeffesp opened this issue Jul 6, 2016 · 0 comments
Closed

Tooltip xAlign/yAlign swapped #2923

jeffesp opened this issue Jul 6, 2016 · 0 comments

Comments

@jeffesp
Copy link
Contributor

jeffesp commented Jul 6, 2016

In core.tooltip.js (lines 160 & 161) the following code looks wrong to me:

xAlign : tooltipOpts.yAlign,
yAlign : tooltipOpts.xAlign,

I assume that it should be:

xAlign : tooltipOpts.xAlign,
yAlign : tooltipOpts.yAlign,
etimberg added a commit that referenced this issue Jul 6, 2016
Fixes #2923: swapped tooltip xAlign & yAlign
exwm pushed a commit to exwm/Chart.js that referenced this issue Apr 30, 2021
exwm pushed a commit to exwm/Chart.js that referenced this issue Apr 30, 2021
Fixes chartjs#2923: swapped tooltip xAlign & yAlign
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant