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

%s stays in tooltip if there is no series label #41

Closed
lmacko opened this issue Sep 3, 2013 · 0 comments
Closed

%s stays in tooltip if there is no series label #41

lmacko opened this issue Sep 3, 2013 · 0 comments

Comments

@lmacko
Copy link
Contributor

lmacko commented Sep 3, 2013

I think it would be better if it were removed. So there is no need to change content option in tooltipOptions. If there is series label %s is replaced and if not only x,y coordinate is show.
It's just two lines

else{
            //remove seriesPattern if label is not defined
            content = content.replace(seriesPattern, "");
        }
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