-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Handle '\n' as newline in tooltips #5521
Conversation
src/core/core.tooltip.js
Outdated
@@ -457,6 +471,13 @@ function getBackgroundPoint(vm, size, alignment, chart) { | |||
}; | |||
} | |||
|
|||
/** | |||
* @Helper to build before and after body lines |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The @ here seems unusual to me
Hey @benmccann I made your requested changes, any update on getting this fix merged in? |
@CWSites thanks! I don't have merge access, so you'll need @etimberg or @simonbrunel to merge it. Usually they merge it after both of them have signed off on it. I see @simonbrunel has already approved, so you'll probably just need @etimberg to review now |
Awesome thank you! |
bump @etimberg, would really like to get this fix merged in. |
Thanks @simonbrunel, how will I know what version this is included in? |
Proposed fix for #4087 based on #4590 using latest code. If there is anything else I can do to help please let me know.
Fixes #4087