score:5

what about :

options: {
  tooltips: {
    // add this..
    intersect: false
  }
}

score:5

it works for me

  options: {
      tooltips:{
      intersect : false,
      mode:'index'
      }
   }

Related Query

More Query from same tag