switch curve to natural

This commit is contained in:
Skip R. 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

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`}