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

replaceTooltipLabel does not work when it is not an own property #41

Closed
jucabot opened this issue May 4, 2021 · 2 comments
Closed

replaceTooltipLabel does not work when it is not an own property #41

jucabot opened this issue May 4, 2021 · 2 comments

Comments

@jucabot
Copy link

jucabot commented May 4, 2021

My plugin option object uses replaceTooltipLabel as an inherited property, not an own property.

So the line 132 pluginOptions.hasOwnProperty("replaceTooltipLabel") && ... return in any case false and does not apply the tooltip replacement.
It should be "replaceTooltipLabel" in pluginOptions && ... instead, no?

@y-takey
Copy link
Owner

y-takey commented May 6, 2021

Hi @jucabot , thank you for the issue :)
I think you are right. but i have no time to fix the issue.
Could you please wait for a while?

@y-takey
Copy link
Owner

y-takey commented Sep 26, 2021

fixed this in version 1.0

@y-takey y-takey closed this as completed Sep 26, 2021
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

2 participants