fixed a property typo

This commit is contained in:
Spencer Alger
2013-08-24 14:24:54 -07:00
committed by Rashid Khan
parent 1b87ce387d
commit 0ab6e73f06
+1 -1
View File
@@ -207,7 +207,7 @@ angular.module('kibana.histogram', [])
interval: _interval,
start_date: _range && _range.from,
end_date: _range && _range.to,
fillStyle: 'minimal'
fill_style: 'minimal'
});
hits = 0;
} else {