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

Resolve Promises in plugins tooltip #11266 #11373

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smmhatami
Copy link

This is a fix to solve Issue 11266. Resolves #11266. After investigating this issue I found the callback invocation in this file one of the sourced that would need to await for callback result which would solve mane occurrences of the mentioned issue.
Although I think there should be other parts of the code needing this change too. It would be great if somebody helps me with completing this.
Thanks!

Signed-off-by: Seyed Mohammad Mahdi Hatami <hatamik7@gmail.com>
@stockiNail
Copy link
Contributor

@smmhatami having a look to the changes, it's not clear to me how this could solve the mentioned issue. The issue is reporting a wrong visualization of the ticks on the scale and not the callback of tooltip.
Can you explain better your investigation?

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

Successfully merging this pull request may close these issues.

Resolve Promise
2 participants