switch curve to natural
This commit is contained in:
parent
093f2b483c
commit
7ec0ff79f8
1 changed files with 1 additions and 1 deletions
|
@ -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`}
|
||||
|
||||
|
|
Loading…
Reference in a new issue