From 3cd154655d5716816086cdd7e759abe67479b6bc Mon Sep 17 00:00:00 2001 From: Brandon Farmer Date: Wed, 14 Mar 2018 15:20:27 -0700 Subject: [PATCH] Disable table graph for now --- ui/src/dashboards/graphics/graph.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/src/dashboards/graphics/graph.js b/ui/src/dashboards/graphics/graph.js index 0247b6ed4a..4038517bb8 100644 --- a/ui/src/dashboards/graphics/graph.js +++ b/ui/src/dashboards/graphics/graph.js @@ -546,9 +546,9 @@ export const GRAPH_TYPES = [ graphic: GRAPH_SVGS.gauge, }, // FEATURE FLAG for Table-Graph - { - type: 'table', - menuOption: 'Table', - graphic: GRAPH_SVGS.table, - }, + // { + // type: 'table', + // menuOption: 'Table', + // graphic: GRAPH_SVGS.table, + // }, ]