mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 09:26:45 +00:00
Do not install Chart plugin by default (#5163)
* Do not install Chart plugin by default (#5088) * Install Chart plugin in development mode (#5088) Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
parent
405418b9d5
commit
2d73296b36
@ -196,6 +196,8 @@
|
||||
openmct.install(openmct.plugins.Clock({ enableClockIndicator: true }));
|
||||
openmct.install(openmct.plugins.Timer());
|
||||
openmct.install(openmct.plugins.Timelist());
|
||||
openmct.install(openmct.plugins.BarChart());
|
||||
openmct.install(openmct.plugins.ScatterPlot());
|
||||
openmct.start();
|
||||
</script>
|
||||
</html>
|
||||
|
@ -242,8 +242,6 @@ define([
|
||||
|
||||
// Plugins that are installed by default
|
||||
this.install(this.plugins.Plot());
|
||||
this.install(this.plugins.ScatterPlot());
|
||||
this.install(this.plugins.BarChart());
|
||||
this.install(this.plugins.TelemetryTable.default());
|
||||
this.install(PreviewPlugin.default());
|
||||
this.install(LicensesPlugin.default());
|
||||
|
Loading…
x
Reference in New Issue
Block a user