Commit 252b2fd6 by Spencer Alger

fixed a property typo

parent 9b62617e
...@@ -207,7 +207,7 @@ angular.module('kibana.histogram', []) ...@@ -207,7 +207,7 @@ angular.module('kibana.histogram', [])
interval: _interval, interval: _interval,
start_date: _range && _range.from, start_date: _range && _range.from,
end_date: _range && _range.to, end_date: _range && _range.to,
fillStyle: 'minimal' fill_style: 'minimal'
}); });
hits = 0; hits = 0;
} else { } 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