mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
Adjust y ticks height
This commit is contained in:
@@ -25,7 +25,7 @@ class TimelineCategories extends React.Component {
|
||||
}
|
||||
|
||||
getY(idx) {
|
||||
return (idx + 1) * this.props.dims.trackHeight / this.props.categories.length
|
||||
return (idx + 1) * this.props.dims.trackHeight / this.props.categories.length + 7.5;
|
||||
}
|
||||
|
||||
renderCategory(category, idx) {
|
||||
|
||||
Reference in New Issue
Block a user