Skip to content

Commit

Permalink
Do not install Chart plugin by default (#5163)
Browse files Browse the repository at this point in the history
* Do not install Chart plugin by default (#5088)

* Install Chart plugin in development mode (#5088)

Co-authored-by: Andrew Henry <[email protected]>
  • Loading branch information
ozyx and akhenry authored May 24, 2022
1 parent 405418b commit 2d73296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 0 additions & 2 deletions src/MCT.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 2d73296

Please sign in to comment.