ka215 / jquery.timeline

You can easily create the horizontal timeline with two types by using this jQuery plugin.
MIT License
240 stars 43 forks source link

Error on dateback method #55

Open manjoca opened 4 years ago

manjoca commented 4 years ago

Hi, I'm trying to implement this method but I'm getting the error:

TypeError: Cannot read property 'getFullYear' of null

My code is : $("#myTimeline").Timeline("dateback", { scale: "day", range: 5, shift: false }) I already changed the dates on the Timeline constructor and the error still happens. I followed basically everthing in the documentation and I couldn't make this work... Looking forward for help !!! Thanks...

ka215 commented 3 years ago

Hi, I couldn't reproduce the error.

What are the timeline options when you encounter an error?