fix graph graphical glitches

This commit is contained in:
slice 2018-07-13 14:32:01 -07:00
parent d1738879a4
commit 0dd36731ef
No known key found for this signature in database
GPG Key ID: 1508C19D7436A26D
1 changed files with 2 additions and 3 deletions

View File

@ -33,9 +33,8 @@ export default class Graph extends Component {
<ResponsiveLine
data={this.processData()}
margin={{ top: 30, left: 70, bottom: 50 }}
minY="auto"
maxY={900}
curve="natural"
maxY="auto"
curve="monotoneX"
tooltipFormat={(d) => `${d}ms`}