added fullscreen only view
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
<div ng-controller='graphite' ng-init="init()" style="min-height:{{panel.height || row.height}}" ng-class='{"panel-full-edit": inEditMode}'>
|
||||
<div ng-controller='graphite'
|
||||
ng-init="init()"
|
||||
style="min-height:{{panel.height || row.height}}"
|
||||
ng-class='{"panel-fullscreen": showFullscreen}'
|
||||
ng-dblclick="toggleFullscreen($event);"
|
||||
>
|
||||
|
||||
<style>
|
||||
.histogram-legend {
|
||||
display:inline-block;
|
||||
|
||||
Reference in New Issue
Block a user