mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
💄
This commit is contained in:
@@ -337,7 +337,7 @@ class Timeline extends React.Component {
|
||||
dims={dims}
|
||||
selected={this.props.app.selected}
|
||||
getEventX={this.getDatetimeX}
|
||||
getCategoryY={this.state.scaleY}
|
||||
getY={e => this.state.scaleY(e.category)}
|
||||
transitionDuration={this.state.transitionDuration}
|
||||
styles={this.props.ui.styles}
|
||||
noCategories={this.props.domain.categories && this.props.domain.categories.length}
|
||||
|
||||
@@ -80,7 +80,7 @@ const TimelineEvents = ({
|
||||
fill: categoryColor,
|
||||
fillOpacity: HAS_PROJECTS
|
||||
? unlocatedEvents.some(ev => ev.projectOffset >= 0) ? getEventOpacity(unlocatedEvents) : 0.05
|
||||
: getEventOpacity(unlocatedEvents)
|
||||
: getEventOpacity(unlocatedEvents) / 4
|
||||
}
|
||||
|
||||
const extraRender = customStyles[1]
|
||||
|
||||
Reference in New Issue
Block a user