mirror of
https://github.com/nasa/openmct.git
synced 2025-02-07 11:30:28 +00:00
Expose Stacked Plot view (#5290)
This commit is contained in:
parent
162cc6bc77
commit
584d11a2ef
@ -21,7 +21,9 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
import ObjectView from './ObjectView.vue';
|
import ObjectView from './ObjectView.vue';
|
||||||
|
import StackedPlot from '../../plugins/plot/stackedPlot/StackedPlot.vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
ObjectView
|
ObjectView,
|
||||||
|
StackedPlot
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user