mirror of
https://github.com/nasa/openmct.git
synced 2025-03-25 05:25:45 +00:00
9 lines
155 B
JavaScript
9 lines
155 B
JavaScript
|
export const SupportedViewTypes = [
|
||
|
'plot-stacked',
|
||
|
'plot-overlay',
|
||
|
'bar-graph.view',
|
||
|
'time-strip.view',
|
||
|
'example.imagery',
|
||
|
'timelist.view'
|
||
|
];
|