mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
* changed var to const * fixed typo created in last commit * added or empty object to options in prometheus/datasource
13 lines
335 B
TypeScript
13 lines
335 B
TypeScript
const 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">
|
|
<div class="graph-legend-content" graph-legend></div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
export default template;
|