Disable table graphs in ui
parent
e1979c7675
commit
68151dd92e
|
@ -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,
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue