layered projects working; with some bugs

This commit is contained in:
Lachlan Kermode
2020-03-26 16:58:01 +01:00
parent 678d63f78b
commit 85476ee6fb
6 changed files with 96 additions and 23 deletions

View File

@@ -259,8 +259,8 @@ class Timeline extends React.Component {
this.props.methods.onUpdateTimerange(this.state.timerange)
}
getDatetimeX (dt) {
return this.state.scaleX(parseDate(dt.timestamp))
getDatetimeX (timestamp) {
return this.state.scaleX(parseDate(timestamp))
}
/**