From 0ab6e73f06a84ffd90d26c1c94d5287debfa2fd4 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Sat, 24 Aug 2013 14:24:54 -0700 Subject: [PATCH] fixed a property typo --- panels/histogram/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panels/histogram/module.js b/panels/histogram/module.js index ed1eec0fcbc..fe7de099773 100644 --- a/panels/histogram/module.js +++ b/panels/histogram/module.js @@ -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 {