mirror of
https://github.com/nasa/openmct.git
synced 2025-03-21 19:45:23 +00:00
Remove timelinePlugin argument to EventTimeline plugin
This commit is contained in:
parent
1ea2cf9ce5
commit
5a364cea00
@ -113,8 +113,7 @@
|
|||||||
creatable: true
|
creatable: true
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
const timeLinePlugin = openmct.plugins.Timeline();
|
openmct.install(openmct.plugins.Timeline());
|
||||||
openmct.install(timeLinePlugin);
|
|
||||||
openmct.install(openmct.plugins.Hyperlink());
|
openmct.install(openmct.plugins.Hyperlink());
|
||||||
openmct.install(openmct.plugins.UTCTimeSystem());
|
openmct.install(openmct.plugins.UTCTimeSystem());
|
||||||
openmct.install(
|
openmct.install(
|
||||||
@ -235,7 +234,7 @@
|
|||||||
openmct.install(openmct.plugins.Timelist());
|
openmct.install(openmct.plugins.Timelist());
|
||||||
openmct.install(openmct.plugins.BarChart());
|
openmct.install(openmct.plugins.BarChart());
|
||||||
openmct.install(openmct.plugins.ScatterPlot());
|
openmct.install(openmct.plugins.ScatterPlot());
|
||||||
openmct.install(openmct.plugins.EventTimestripPlugin(timeLinePlugin));
|
openmct.install(openmct.plugins.EventTimestripPlugin());
|
||||||
document.addEventListener('DOMContentLoaded', function () {
|
document.addEventListener('DOMContentLoaded', function () {
|
||||||
openmct.start();
|
openmct.start();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user