Commit 0ab6e73f by Spencer Alger Committed by Rashid Khan

fixed a property typo

parent 1b87ce38
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment