Просмотр исходного кода

Removed map2 and parallelcoordinates from default config file

Rashid Khan 12 лет назад
Родитель
Сommit
a793637fea
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      config.js

+ 2 - 2
config.js

@@ -14,8 +14,8 @@ var config = new Settings(
 {
   elasticsearch:  'http://localhost:9200',
   kibana_index:   "kibana-int", 
-  modules:        ['histogram','map','map2','pie','table','stringquery','sort',
+  modules:        ['histogram','map','pie','table','stringquery','sort',
                   'timepicker','text','fields','hits','dashcontrol',
-                  'column', 'parallelcoordinates'],
+                  'column'],
   }
 );