Skip to content

Commit

Permalink
dev: noUiSlider with scale
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Bijaoui committed Aug 23, 2016
1 parent e338e6d commit dfef1f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dev/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,16 @@ module.exports = {
// direction: "ltr", //"ltr", "rtl"
// tooltips: false, // false, true, formatter, array[formatter or false]
// animate: true,
range:{
'min': [ 0 ],
'max': [ 10 ]
},
pips: {
mode: 'count',
values: 6,
density: 10,
stepped: true
}
},
// validator: validators.integer
},
Expand Down

0 comments on commit dfef1f1

Please sign in to comment.