D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
Hypercubed
Full window
Github gist
plotly-jspm
<!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <title>plotly-jspm</title> </head> <body ng-cloak> <h1>Plotly - JSPM</h1> <h2>jspm install npm:plotly</h2> <div id="chart"></div> <script src="jspm_packages/system.js"></script> <script src="config.js"></script> <script> System.import('index'); </script> </body> </html>