Disable table graph for now
parent
88ff078342
commit
3cd154655d
|
@ -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,
|
||||
// },
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue