D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
Allyaenn
Full window
Github gist
Abstract-like
Built with
blockbuilder.org
<!DOCTYPE html> <meta charset="utf-8"> <body> <div id="titre"> <h1>IAD Visualization</h1> </div> <div id="content"> <h3>Enacted Interactions</h3> <div id="image"></div> <div id="texte"> Visualization of the interactions enacted by the agent <br/> Add artificialy interactions by clicking on the add button<br/> <input id="add" type="button" value="Add Interaction" onclick="doFunction();"></input> </div> </div> </body> <head> <script src="https://d3js.org/d3.v4.min.js"></script> <script src="process.js"></script> <link rel="stylesheet" type="text/css" href="style.css"> <title>IAD Visualization</title> </head>
https://d3js.org/d3.v4.min.js