-
Notifications
You must be signed in to change notification settings - Fork 154
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 does not replace x label by given x. #18
Labels
Comments
good job, you can always send pull request with the change |
Missed some things, so my code was wrong. Change code to:
|
nice I was looking for something like this. I use a workaround with tickFormatter your solution looks better. Do you plan to send a pull request, @jevanlingen ? |
Merged
Hi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have given your xaxis your own label with ticks, the tooltip does not show those ticks.
E.G.
Could you fix this in your next version?
N.B. For those whom need a quick fix, go to your jquery.flot.tooltip to line 181.
There you should see:
Change that line to:
And add above these line:
Done :D.
The text was updated successfully, but these errors were encountered: