You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
288 B
9 lines
288 B
7 years ago
|
var template = `
|
||
|
<div class="graph-panel" ng-class="{'graph-panel--legend-right': ctrl.panel.legend.rightSide}">
|
||
|
<div class="graph-panel__chart" id="graphPanel" ng-dblclick="ctrl.zoomOut()" />
|
||
|
<div class="grafalys-graph-legend" id="graphLegend" />
|
||
|
</div>
|
||
|
`;
|
||
|
|
||
|
export default template;
|