Skip to content

Commit e1b4126

Browse files
author
Lionel Bijaoui
committed
dev: noUiSlider with scale
1 parent 34a6401 commit e1b4126

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dev/schema.js

+10
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,16 @@ module.exports = {
406406
// direction: "ltr", //"ltr", "rtl"
407407
// tooltips: false, // false, true, formatter, array[formatter or false]
408408
// animate: true,
409+
range:{
410+
'min': [ 0 ],
411+
'max': [ 10 ]
412+
},
413+
pips: {
414+
mode: 'count',
415+
values: 6,
416+
density: 10,
417+
stepped: true
418+
}
409419
},
410420
// validator: validators.integer
411421
},

0 commit comments

Comments
 (0)