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

Ignore dates without data #87

Open qlands opened 2 years ago

qlands commented 2 years ago

Is your feature request related to a problem? Please describe. If I have startDatetime: '1995-1-1' and endDatetime: '2021-12-31' but I just have data for '1995-1-1' and '2021-12-31' I don't need the dates between those two

Describe the solution you'd like Show 1995-1-1 and then 2021-12-31. No dates in between

Describe alternatives you've considered I cannot see how