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