0

I am using chart.js i am getting difficulty to display my tooltip. Tooltip background color gets faded and user is unable to read text on it. i have tried it by changing background and font color but nothing helps out there.

enter image description here

Zaid Iqbal
  • 1,662
  • 5
  • 25
  • 45
  • @ZaidIqbal - could you add a fiddle showing the problem? It'll be easier to make the fix on that than trying to replicate the problem first. Cheers! – potatopeelings Sep 30 '15 at 10:52

1 Answers1

2

Just add z-index:100; to your tooltip this will work

Amit singh
  • 2,006
  • 1
  • 13
  • 19