Plots - remove legacy code (#3814)

* Remove Lecacy plot code
* Adds tests for plots inspector
* Set range max and min to undefined instead of 0
This commit is contained in:
Shefali Joshi
2021-05-20 09:08:50 -07:00
committed by GitHub
parent a83ee1f90f
commit 605eeff9d7
109 changed files with 206 additions and 7254 deletions

View File

@ -35,7 +35,6 @@ define([
'./URLIndicatorPlugin/URLIndicatorPlugin',
'./telemetryMean/plugin',
'./plot/plugin',
'./plot/vue/single/plugin',
'./telemetryTable/plugin',
'./staticRootPlugin/plugin',
'./notebook/plugin',
@ -81,7 +80,6 @@ define([
URLIndicatorPlugin,
TelemetryMean,
PlotPlugin,
PlotVuePlugin,
TelemetryTablePlugin,
StaticRootPlugin,
Notebook,
@ -177,8 +175,7 @@ define([
plugins.ExampleImagery = ExampleImagery;
plugins.ImageryPlugin = ImageryPlugin;
plugins.Plot = PlotPlugin;
plugins.PlotVue = PlotVuePlugin.default;
plugins.Plot = PlotPlugin.default;
plugins.TelemetryTable = TelemetryTablePlugin;
plugins.SummaryWidget = SummaryWidget;