From 7ec0ff79f8bdfa6dd72fce593338b773b6ea0f99 Mon Sep 17 00:00:00 2001 From: slice Date: Fri, 13 Jul 2018 12:17:59 -0700 Subject: [PATCH] switch curve to natural --- priv/frontend/src/Graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/frontend/src/Graph.js b/priv/frontend/src/Graph.js index a4f05c6..60ea1c6 100644 --- a/priv/frontend/src/Graph.js +++ b/priv/frontend/src/Graph.js @@ -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`}