[Frontend] Fixed plot display

open #199
open #293
Added .abs to plot.html to allow plot
to layout properly when viewed in
main view area;
Removed .test class from time-controller;
This commit is contained in:
Charles Hacskaylo
2015-11-12 08:57:02 -08:00
parent 5b325a9698
commit 1058648e76
5 changed files with 76 additions and 73 deletions

View File

@@ -20,7 +20,8 @@
at runtime from the About dialog for additional information.
-->
<span ng-controller="PlotController as plot"
ng-mouseleave="representation.showControls = false">
ng-mouseleave="representation.showControls = false"
class="abs holder holder-plot">
<div class="gl-plot"
ng-style="{ height: 100 / plot.getSubPlots().length + '%'}"