biiim

Results 1 comments of biiim

Just downloaded the package as is and had to modify 2 things in RangeSlider-all.min.js on line 18617 to get the test-1.html chart to open: `nD.pointBackgroundColor=nD.pointBackgroundColor.splice(min,max-min||1)` to `nD.pointBackgroundColor=nD.pointBackgroundColor` and `nD.pointBorderColor=nD.pointBorderColor.splice(min,max-min||1)` to...