From b2b012e8ca6ae5f6ab9fd34ed9ff94f2a1a0069e Mon Sep 17 00:00:00 2001 From: Jared Scheib Date: Tue, 13 Jun 2017 10:56:55 -0700 Subject: [PATCH] Update RefreshingGraph to conform to merged Bar Graph implementation --- ui/src/shared/components/RefreshingGraph.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ui/src/shared/components/RefreshingGraph.js b/ui/src/shared/components/RefreshingGraph.js index 2638b53c66..65d5382dab 100644 --- a/ui/src/shared/components/RefreshingGraph.js +++ b/ui/src/shared/components/RefreshingGraph.js @@ -16,14 +16,6 @@ const RefreshingGraph = ({ queries, cellHeight, }) => { - if (type === 'bar') { - return ( -
-

Coming soon: Bar graph

-
- ) - } - if (type === 'single-stat') { return (