Disable table graph for now

pull/10616/head
Brandon Farmer 2018-03-14 15:20:27 -07:00
parent 88ff078342
commit 3cd154655d
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,
// },
]