Jesse Mazzella e08633214e
Misc memory leak fixes (#7224)
* fix(leak): remove font listeners

* fix(leak): release componentInstance

* fix(perf): remove unused emit

* fix(perf): only emit if tickWidth changes

* fix: warnings and undefined keys

* fix: remove unused bind

* fix: restore MctTicks component
2024-02-14 23:49:02 +00:00
..
2024-02-14 23:49:02 +00:00
2024-02-14 23:49:02 +00:00
2024-02-14 23:49:02 +00:00
2024-02-14 23:49:02 +00:00
2024-01-02 07:24:22 -08:00

Plot Plugin

Enables plot visualization of telemetry data. This plugin adds a plot view that is available from the view switcher for all telemetry objects. Two user createable objects are also added by this plugin, for Overlay and Stacked Plots. Telemetry objects can be added to Overlay and Stacked Plots via drag and drop.

Installation

openmct.install(openmct.plugins.Plot());