mirror of
https://github.com/nasa/openmct.git
synced 2025-05-01 00:10:32 +00:00
[Frontend] Add export plot buttons
This commit is contained in:
parent
06a453333a
commit
219301a85b
@ -21,6 +21,21 @@
|
|||||||
-->
|
-->
|
||||||
<span ng-controller="PlotController as plot"
|
<span ng-controller="PlotController as plot"
|
||||||
class="abs holder holder-plot">
|
class="abs holder holder-plot">
|
||||||
|
<a class="s-button t-export icon-download labeled"
|
||||||
|
ng-click="exportPDF()"
|
||||||
|
title="Export This View's Data">
|
||||||
|
Export as PDF
|
||||||
|
</a>
|
||||||
|
<a class="s-button t-export icon-download labeled"
|
||||||
|
ng-click="exportPNG()"
|
||||||
|
title="Export This View's Data">
|
||||||
|
Export as PNG
|
||||||
|
</a>
|
||||||
|
<a class="s-button t-export icon-download labeled"
|
||||||
|
ng-click="exportJPG()"
|
||||||
|
title="Export This View's Data">
|
||||||
|
Export as JPG
|
||||||
|
</a>
|
||||||
<div class="gl-plot"
|
<div class="gl-plot"
|
||||||
ng-style="{ height: 100 / plot.getSubPlots().length + '%'}"
|
ng-style="{ height: 100 / plot.getSubPlots().length + '%'}"
|
||||||
ng-repeat="subplot in plot.getSubPlots()">
|
ng-repeat="subplot in plot.getSubPlots()">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user