@vasica wrote:
I'm trying to use jquery flot chart from this example:
http://www.flotcharts.org/flot/examples/interacting/index.htmlChart is working but the tooltip doesn't show up. When I remove
ionic.bundle.js
then it works. I use Ionic 1.3.1.
I think the problem might be somehow connected tofadeIn
function, but I am not sure...
$("#tooltip").html(item.series.label + " of " + x + " = " + y)
.css({top: item.pageY+5, left: item.pageX+5})
.fadeIn(200);Here is my code:
Any ideas?
Posts: 1
Participants: 1