UNPKG

d3act

Version:

Visualising data using d3 with React.js

12 lines (11 loc) 183 B
<!doctype html> <html> <head> <title>d3act Examples</title> </head> <body> <h1>d3act Examples</h1> <div id="app"></div> <script src="app.js"></script> </body> </html>