Эх сурвалжийг харах

[search] Support double in bar and line widgets

Romain Rigaux 11 жил өмнө
parent
commit
98110877be

+ 1 - 1
apps/search/static/js/search.ko.js

@@ -858,7 +858,7 @@ var NewTemplate = function (vm, initial) {
 
 
 var DATE_TYPES = ['date', 'tdate'];
-var NUMBER_TYPES = ['int', 'tint', 'long', 'tlong', 'float', 'tfloat'];
+var NUMBER_TYPES = ['int', 'tint', 'long', 'tlong', 'float', 'tfloat', 'double', 'tdouble'];
 
 var RANGE_SELECTABLE_WIDGETS = ['histogram-widget', 'bar-widget', 'line-widget'];