fixed a property typo
This commit is contained in:
committed by
Rashid Khan
parent
1b87ce387d
commit
0ab6e73f06
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user