JQuery UI Slider
Sample code for a JQuery UI slider
HTML
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/themes/base/jquery-ui.css">
<div id="values"></div>
JavaScript
var data = {
"CumulativeYieldCurve": {
"DataPoint": [
{
"predictprojectid": "1",
"totalcountpositiveseed": "0",
"totalcountdocsreviewed": "0",
"totalcountnoattachments": "0"
},
{
"totalcountdocsreviewed": "550",
"date": "2015-08-11T22:44:03Z",
"totalcountnoattachments": "3",
"totalcountpositiveseed": "3"
},
{
"totalcountdocsreviewed": "3370",
"date": "2015-08-11T22:45:10Z",
"totalcountnoattachments": "51",
"totalcountpositiveseed": "51"
},
{
"totalcountdocsreviewed": "6290",
"date": "2015-08-11T22:46:18Z",
"totalcountnoattachments": "110",
"totalcountpositiveseed": "110"
},
{
"totalcountdocsreviewed": "8690",
"date": "2015-08-11T22:47:23Z",
"totalcountnoattachments": "167",
"totalcountpositiveseed": "167"
},
{
"totalcountdocsreviewed": "11090",
"date": "2015-08-11T22:48:29Z",
"totalcountnoattachments": "229",
"totalcountpositiveseed": "229"
},
{
"totalcountdocsreviewed": "12880",
"date": "2015-08-11T22:49:32Z",
"totalcountnoattachments": "275",
"totalcountpositiveseed": "275"
},
{
"totalcountdocsreviewed": "15740",
"date": "2015-08-11T22:50:42Z",
"totalcountnoattachments": "361",
"totalcountpositiveseed": "361"
},
{
"totalcountdocsreviewed": "17533",
"date":...