Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Mazzella <ozyx@users.noreply.github.com>2022-05-24 22:00:39 +0300
committerGitHub <noreply@github.com>2022-05-24 22:00:39 +0300
commit2d73296b363c5a48effae7cb8fb79dfee7a00316 (patch)
treece3d056b9c62abcbe491597a2b50596128ca6a99 /index.html
parent405418b9d5418db17707dd8e8b756c6aa2eecfd1 (diff)
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>
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 5aae47c16..4cfcacb00 100644
--- a/index.html
+++ b/index.html
@@ -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>