fmts dates in timeline better for larger timeframes

This commit is contained in:
Lachlan Kermode
2020-02-28 08:03:10 +13:00
parent 958afb6a41
commit b977a9a44f
4 changed files with 33 additions and 17 deletions

View File

@@ -9,13 +9,13 @@ export default ({
styleProps,
extraRender
}) => (
<rect
onClick={onSelect}
className='event'
x={x}
y={y}
style={styleProps}
width={4}
height={55}
/>
<rect
onClick={onSelect}
className='event'
x={x}
y={y}
style={styleProps}
width={4}
height={55}
/>
)