I am trying to create a slider filter that allows users to select a filter's numerical range. I want to add a histogram image (i.e. Svg) as the background of the slider. I am currently considering d3.js or jQuery Sparkline and the jQuery slider or native HTML5 slider element. Can anyone give any suggestions in the Javascript library?
source
share