mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
11 lines
285 B
TypeScript
11 lines
285 B
TypeScript
var template = `
|
|
<div class="graph-panel" ng-class="{'graph-panel--legend-right': ctrl.panel.legend.rightSide}">
|
|
<div class="graph-panel__chart" grafana-graph ng-dblclick="ctrl.zoomOut()">
|
|
</div>
|
|
|
|
<div class="graph-legend" graph-legend></div>
|
|
</div>
|
|
`;
|
|
|
|
export default template;
|