Selaa lähdekoodia

fixed a property typo

Spencer Alger 12 vuotta sitten
vanhempi
commit
0ab6e73f06
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 {