We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this exemple there is 3 dated items:
start_time: 2024-12-28T05:00:00.000Z end_time: 2024-12-29T04:59:59.000Z
start_time: 2024-12-27T05:00:00.000Z end_time: 2024-12-28T04:59:59.000Z
start_time: 2024-12-31T05:00:00.000Z end_time: 2025-01-03T04:59:59.000Z
But they are displayed in january 2025.
Version used: "react-calendar-timeline": "^0.30.0-beta.2",
"react-calendar-timeline": "^0.30.0-beta.2",
Code: <Timeline visibleTimeStart={visibleTime.start} visibleTimeEnd={visibleTime.end} canMove={false} canResize={false} stackItems itemTouchSendsClick={false} onItemDoubleClick={handleItemDoubleClick} groups={timeLineData.groups} items={timeLineData.items} > <TimelineMarkers> </TimelineMarkers> </Timeline>
<Timeline visibleTimeStart={visibleTime.start} visibleTimeEnd={visibleTime.end} canMove={false} canResize={false} stackItems itemTouchSendsClick={false} onItemDoubleClick={handleItemDoubleClick} groups={timeLineData.groups} items={timeLineData.items} > <TimelineMarkers> </TimelineMarkers> </Timeline>
Also TimelineMarkers are not working.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In this exemple there is 3 dated items:
start_time: 2024-12-28T05:00:00.000Z
end_time: 2024-12-29T04:59:59.000Z
start_time: 2024-12-27T05:00:00.000Z
end_time: 2024-12-28T04:59:59.000Z
start_time: 2024-12-31T05:00:00.000Z
end_time: 2025-01-03T04:59:59.000Z
But they are displayed in january 2025.
Version used:
"react-calendar-timeline": "^0.30.0-beta.2",
Code:
<Timeline visibleTimeStart={visibleTime.start} visibleTimeEnd={visibleTime.end} canMove={false} canResize={false} stackItems itemTouchSendsClick={false} onItemDoubleClick={handleItemDoubleClick} groups={timeLineData.groups} items={timeLineData.items} > <TimelineMarkers> </TimelineMarkers> </Timeline>
Also TimelineMarkers are not working.
The text was updated successfully, but these errors were encountered: