fix graph graphical glitches
This commit is contained in:
parent
d1738879a4
commit
0dd36731ef
1 changed files with 2 additions and 3 deletions
|
@ -33,9 +33,8 @@ export default class Graph extends Component {
|
||||||
<ResponsiveLine
|
<ResponsiveLine
|
||||||
data={this.processData()}
|
data={this.processData()}
|
||||||
margin={{ top: 30, left: 70, bottom: 50 }}
|
margin={{ top: 30, left: 70, bottom: 50 }}
|
||||||
minY="auto"
|
maxY="auto"
|
||||||
maxY={900}
|
curve="monotoneX"
|
||||||
curve="natural"
|
|
||||||
|
|
||||||
tooltipFormat={(d) => `${d}ms`}
|
tooltipFormat={(d) => `${d}ms`}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue