-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Tool tips not appearing when hovering over charts #496
Comments
I also notice that the time control doesn't always refresh the dashboard On Sat, Sep 14, 2013 at 8:43 PM, spenceralger notifications@github.comwrote:
|
Hmm, not sure how it would be, but if you can find a way to consistently recreate the behavior, please open another ticket with more details. |
I pulled latest and everything looks to be working quite well. Thanks for ~joe! On Sat, Sep 14, 2013 at 9:09 PM, Joseph Smith joseph.smith.tm@gmail.comwrote:
|
Add failures to Acknowledgements.proto and add maxLogSizeBytes to GoDisp...
I recently updated to the most recent version of Kibana. Even after clearing my browser cache, this bug repros in Chrome, FF, and Safari. When I hover over a chart data point, I see the following in the javascript console:
"Uncaught TypeError: Object [object Object] has no method 'place_tt'".
'place_tt' is a method added to the jQuery prototype (fn) in jquery.extended.js. This code is embedded into 'app.js' during a build. Unfortunately, I do not have much experience with require.js and am having difficulty root causing the issue.
It looks like require.js integration happened recently, so is this a possible regression?
The text was updated successfully, but these errors were encountered: