Joel McKinnon 43628ad9d6
Lodash upgrade and cleanup (#2990)
* Upgrades lodash
* Replaces some usage of lodash with native functions.
* Adds linting to catch cases where native functions could be used instead of lodash functions
* Renamed testTools to testUtils

Co-authored-by: Joshi <simplyrender@gmail.com>
Co-authored-by: David Tsay <david.e.tsay@nasa.gov>
Co-authored-by: David Tsay <3614296+davetsay@users.noreply.github.com>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2020-05-27 10:59:02 -07:00
..
2019-03-28 16:29:39 -07:00
2020-05-27 10:59:02 -07:00
2019-10-10 16:23:29 -07:00

Summary Widget Plugin

Summary widgets can be used to provide visual indication of state based on telemetry data. They allow rules to be defined that can then be used to change the appearance of the summary widget element based on data. For example, a summary widget could be defined that is green when a temparature reading is between 0 and 100 centigrade, red when it's above 100, and orange when it's below 0.

Installation

openmct.install(openmct.plugins.SummaryWidget());