A plugin for Open MCT adding heat map style visualizations of telemetry data.
$ git clone https://github.com/VWoeltjen/openmct-heatmap.git
$ cd openmct-heatmap
$ npm installA UMD module with associated source maps will be written to the
dist folder. When installed as a global, the plugin will be
available as HeatmapPlugin.
See index.html for an example of use.
Follow build instructions, then trigger a build of openmct:
cd node_modules/openmct
npm install
cd ../..To serve the application, use webpack-dev-loader:
npm install -g webpack webpack-dev-loader
webpack-dev-loaderThere is an example index.html included which provides
a basic instance of Open MCT with this plugin installed for development
purposes.