Sorting-demo-web is a HTML website for demonstration How Sorting work
All Parameter is in top section of js/script.js file
//Original value
var graphSize = 25; //size of array
var graphHeight = 1.1; //percent
var graphWidth = 2.4; //percent
var spaceWidth = 0.8; //percent
var sortingSpeed = 25; //millisec
Pull requests are welcome. I would be happy if someone would benefit from my little project. :>