D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
2947721120
Full window
Github gist
Test CDN Speed
<div class="container-fluid"> <div class="well text-center" id="main"> <button class="btn btn-success " id="startTest">启动试验</button> <div class="progress progress-striped"> <div class="progress-bar progress-bar-info" style="width: 0"></div> </div> <!--<div class="">--> <!--<lable for="Synchronous">Synchronous Test</lable>--> <!--<input type="checkbox" id="Synchronous" value="On"/>--> <!--<span class="check"></span>--> <!--</div>--> </div> <div class="row-fluid well text-center"> <h1>jQuery</h1> <table id="jquery" class="table-striped"></table> </div> <div class="row-fluid well text-center"> <h1>Bootstrap</h1> <table id="bootstrap" class="table-striped"></table> </div> <div class="row-fluid well text-center"> <h1>Base64</h1> <table id="Base64" class="table-striped"></table> </div> </div>