switch curve to natural

This commit is contained in:
slice 2018-07-13 12:17:59 -07:00
parent 093f2b483c
commit 7ec0ff79f8
No known key found for this signature in database
GPG Key ID: 1508C19D7436A26D
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default class Graph extends Component {
margin={{ top: 30, left: 70, bottom: 50 }}
minY="auto"
maxY={900}
curve="monotoneX"
curve="natural"
tooltipFormat={(d) => `${d}ms`}