flot.tooltip
flot.tooltip copied to clipboard
tooltip plugin for wonderful Flot plotting library
I'm trying to install flot as a dependencies on my angular project `"jquery.flot.tooltip": "github:krzysu/flot.tooltip"` During the `npm install --verbose` it gets stuck on that dependency. Can you help me?
when the ticks of xaxis is consisted of a array with number, like[0,1,2,3...], it shows the error. I temporarily choose to change `content = content.replace(xPattern, item.series.xaxis[ticks][tickIndex].label.replace(/\$/g, '$$$$'));` to `content =...
The default theme's z-index of '100' is less than the z-index of Bootstrap's modal dialog, causing the tooltip to be hidden when the default theme is used for plots shown...
I am working on a legacy system which has many iframe using top frame's jQuery object. In a iframe page, the plot tooltip plugin is called, but tooltip doesn't show...
This is fix for #101 the issue appears when fix for #65 was merged. Fix that was made for #65 is completely incorrect... you should not do that 'cause there...
I am using tooltip but data on tooltip is showing incorrectly . I have two bar on bar is showing correctly but other is showing wrong. i am attaching image1...
Prevent empty values in tooltip if plot axis has skipped labels.
Consider composer.json implement
Tooltip does not show actual values, only content template, when flot "show" option of grid or any axis is set to false.
Same principle as commit dae90b2edbec8536189fcf8497a2c9e6c87b92db I know odds of this being merged soon are small as the Aug 1st deadline is passed, but here for posterity nonetheless; possibly a new...