D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
tdhock
Full window
Github gist
PeakSegFPOP target intervals versus problem size
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>Interactive animation</title> <script type="text/javascript" src="d3.v3.js"></script> <script type="text/javascript" src="animint.js"></script> <link rel="stylesheet" type="text/css" href="styles.css" /> <!-- Selectize --> <script type="text/javascript" src="jquery-1.11.3.min.js"></script> <script type="text/javascript" src="selectize.min.js"></script> <link rel="stylesheet" type="text/css" href="selectize.css" /> </head> <body> <div id="plot"> </div> <script> var plot = new animint("#plot","plot.json"); </script> </body> </html>