[Plot] Don't allocate charts for empty plots
Don't allocate WebGL charts for empty plots, WTD-1444.
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user