Explorar o código

fixed a property typo

Spencer Alger %!s(int64=12) %!d(string=hai) anos
pai
achega
0ab6e73f06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      panels/histogram/module.js

+ 1 - 1
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 {