mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 14:07:50 +00:00
[Plot] Don't allocate charts for empty plots
Don't allocate WebGL charts for empty plots, WTD-1444.
This commit is contained in:
parent
e400f211c4
commit
deed95d8d1
@ -92,6 +92,7 @@
|
||||
</div>
|
||||
|
||||
<mct-chart draw="subplot.getDrawingObject()"
|
||||
ng-if="subplot.getTelemetryObjects().length > 0"
|
||||
ng-mousemove="subplot.hover($event)"
|
||||
mct-drag="subplot.continueDrag($event)"
|
||||
mct-drag-down="subplot.startDrag($event)"
|
||||
|
Loading…
Reference in New Issue
Block a user