You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to figure out how it make width of timeline cell always same, f.e. 24px, without any resize because of screen width change? Example: timeline width is 100% - 360px (sidebar width), so if my screen width is 1200px, I should see 940/24 = approx. 39 days on my timeline. And if screen width is 1920px, I should see 1560/24 = approx. 65 days on my timeline.
Is this behaviour possible to achieve with this library?
The text was updated successfully, but these errors were encountered:
Hi!
I was trying to figure out how it make width of timeline cell always same, f.e. 24px, without any resize because of screen width change? Example: timeline width is 100% - 360px (sidebar width), so if my screen width is 1200px, I should see 940/24 = approx. 39 days on my timeline. And if screen width is 1920px, I should see 1560/24 = approx. 65 days on my timeline.
Is this behaviour possible to achieve with this library?
The text was updated successfully, but these errors were encountered: