-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The logic for determining which timestamps to render is not customizable yet. Thanks for bringing this to my attention! 👍 |
Beta Was this translation helpful? Give feedback.
-
Actually there's a simpler workaround. You can decrease the It now renders per-week because the amount of days times the default minTimestampWidth (100px) won't fit in the viewport. Let me now if this works! |
Beta Was this translation helpful? Give feedback.
-
@laurens94 thanks.. that seems to be a good option.. i only give 3 choices to change the timerange so i can just hard code that setting for each time range to get that to work.. thanks! |
Beta Was this translation helpful? Give feedback.
Actually there's a simpler workaround. You can decrease the
minTimestampWidth
prop so that the component allows more timestamps in the current view.It now renders per-week because the amount of days times the default minTimestampWidth (100px) won't fit in the viewport.
Let me now if this works!