mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
fmts dates in timeline better for larger timeframes
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user