Merge pull request #494 from spenceralger/build-tweaks

Build tweaks
This commit is contained in:
spenceralger
2013-09-13 16:29:51 -07:00
121 changed files with 221 additions and 1081 deletions
+1
View File
@@ -4,6 +4,7 @@
require.config({
baseUrl: 'app',
paths: {
config: '../config',
settings: 'components/settings',
kbn: 'components/kbn',
+1 -1
View File
@@ -1,4 +1,4 @@
<div ng-controller='histogram' ng-init="init()" style="height:{{panel.height || row.height}}">
<div ng-controller='histogram' ng-init="init()" style="min-height:{{panel.height || row.height}}">
<style>
.histogram-legend {
display:inline-block;
View File