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,
},
// FEATURE FLAG for Table-Graph
{
type: 'table',
menuOption: 'Table',
graphic: GRAPH_SVGS.table,
},
// {
// type: 'table',
// menuOption: 'Table',
// graphic: GRAPH_SVGS.table,
// },
]