cux-test
Version:
[SB Admin](http://startbootstrap.com/template-overviews/sb-admin/) is an open source, admin dashboard template for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/).
63 lines (61 loc) • 1.25 kB
JavaScript
$("#slider").roundSlider({
radius: 80,
circleShape: "pie",
value: 64,
startAngle: 315,
sliderType: "min-range"
});
$("#slider1").roundSlider({
sliderType: "min-range",
radius: 100,
value: 45,
width: 13,
circleShape: "pie",
startAngle: 315
});
$("#slider2").roundSlider({
sliderType: "min-range",
radius: 100,
value: 87,
width: 13,
circleShape: "pie",
startAngle: 315
});
$("#slider3").roundSlider({
sliderType: "min-range",
radius: 100,
value: 12,
width: 13,
circleShape: "pie",
startAngle: 315
});
$("#dark1").roundSlider({
radius: 100,
width: 15,
handleSize: "+16",
handleShape: "dot",
sliderType: "min-range",
value: 27,
circleShape: "pie",
startAngle: 315
});
$("#dark2").roundSlider({
radius: 100,
width: 15,
handleSize: "+16",
handleShape: "dot",
sliderType: "min-range",
value: 43,
circleShape: "pie",
startAngle: 315
});
$("#dark3").roundSlider({
radius: 100,
width: 15,
handleSize: "+16",
handleShape: "dot",
sliderType: "min-range",
value: 68,
circleShape: "pie",
startAngle: 315
});