Disable table graphs in ui

pull/3005/head
Brandon Farmer 2018-03-16 17:56:15 -07:00
parent e1979c7675
commit 68151dd92e
1 changed files with 5 additions and 5 deletions

View File

@ -546,9 +546,9 @@ export const GRAPH_TYPES = [
graphic: GRAPH_SVGS.gauge, graphic: GRAPH_SVGS.gauge,
}, },
// FEATURE FLAG for Table-Graph // FEATURE FLAG for Table-Graph
{ // {
type: 'table', // type: 'table',
menuOption: 'Table', // menuOption: 'Table',
graphic: GRAPH_SVGS.table, // graphic: GRAPH_SVGS.table,
}, // },
] ]