mirror of
https://github.com/nasa/openmct.git
synced 2025-05-21 17:57:39 +00:00
9 lines
306 B
HTML
9 lines
306 B
HTML
<span ng-controller="StackedPlotController as stackedPlot">
|
|
<div class="gl-plot"
|
|
ng-style="{ height: 100 / telemetryObjects.length + '%'}"
|
|
ng-repeat="telemetryObject in telemetryObjects">
|
|
|
|
<mct-overlay-plot domain-object="telemetryObject"></mct-overlay-plot>
|
|
</div>
|
|
</span>
|