D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
eric-wood
Full window
Github gist
A CodePen by Eric. Progress Bar - THIS SHOWS PROGRESSSSS
<div class="progress-bar"> </div> <label for="progress">Progress</label> <input type="text" id="progress" name="progress" value="50"> <button id="update">Update</button>