visjs / vis-timeline

📅 Create a fully customizable, interactive timelines and 2d-graphs with items and ranges.
https://visjs.github.io/vis-timeline/
Other
1.74k stars 302 forks source link

Timeline format labels funtion Date params to Moment type fix #1783

Open minsgy opened 3 months ago

minsgy commented 3 months ago

Hello, I am a user who has been finding vis-timeline very useful. I have encountered some inconveniences while using it and have decided to submit a PR.

Relevant images and code

// use-case
    minorLabels: (date: Date, scale: string, step: number) => {
      console.log(date)
      return ""
    },

Displayed code image

fix