|
@@ -148,7 +148,7 @@ export class DashNavCtrl {
|
|
|
addPanel() {
|
|
addPanel() {
|
|
|
this.dashboard.addPanel({
|
|
this.dashboard.addPanel({
|
|
|
type: 'graph',
|
|
type: 'graph',
|
|
|
- gridPos: {x: 0, y: 0, w: 6, h: 5},
|
|
|
|
|
|
|
+ gridPos: {x: 0, y: 0, w: 12, h: 7},
|
|
|
title: 'New Graph',
|
|
title: 'New Graph',
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|