vasturiano / timelines-chart

Timelines Chart
http://vasturiano.github.io/timelines-chart/example/categorical/
MIT License
560 stars 122 forks source link

What should we use input to .dateMarker([]) #105

Open ayazwani opened 2 years ago

ayazwani commented 2 years ago

I'm currently trying to use .dateMarker([date object]) but while i use the input as .dateMarker(["2021-09-17"]) it doest display line over the chart. Can anyone Help me out with it

vasturiano commented 2 years ago

@ayazwani please the example: https://github.com/vasturiano/timelines-chart/blob/a9717583eea2a2668ba7acf5b2655af036004945/example/show-time-marker/index.html#L15

ayazwani commented 2 years ago

Can we Add multiple date markers to the chart? I did see a pull request for it but has that been merged, or can we add multiple date marker to the chart