moved default dashboard, turned spy on by default, added file loader

This commit is contained in:
Rashid Khan
2013-03-13 13:06:46 -07:00
parent 2cf20f8c30
commit e2fc334b78
6 changed files with 29 additions and 20 deletions
+1
View File
@@ -8,6 +8,7 @@ angular.module('kibana.histogram', [])
show : ['bars','y-axis','x-axis','legend'],
fill : 3,
timezone: 'browser', // browser, utc or a standard timezone
spyable : true,
group : "default",
}
_.defaults($scope.panel,_d)