almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.85k stars 1.48k forks source link

Item snap not working with Hidden dates #4196

Open neeeeecka opened 5 years ago

neeeeecka commented 5 years ago

vis js item snapping not working properly Jsbin: https://jsbin.com/basumay

I've tried example from vis docs:

snap: function (date, scale, step) {
      var hour = 60 * 60 * 1000;
      return Math.round(date / hour) * hour;
}

and snap:null. none of them seems to work for me.

but without hiddenDates option it works fine