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

@@ -293,7 +293,7 @@ class Timeline extends React.Component {
/>
<Axis
dims={dims}
timerange={this.props.app.timerange}
extent={this.getTimeScaleExtent()}
transitionDuration={this.state.transitionDuration}
scaleX={this.state.scaleX}
/>