[Plot] Don't allocate charts for empty plots

Don't allocate WebGL charts for empty plots, WTD-1444.
This commit is contained in:
Victor Woeltjen 2015-07-17 09:13:20 -07:00
parent e400f211c4
commit deed95d8d1

View File

@ -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)"