Plotly [ β ]

Proof of concept.
index.html page is used to draw the graph (see plugin's folder). Now you only need to create a script for plotting.
<html>
<head>
<meta http-equiv="x-ua-compatible" content="IE=edge" />
<script src="plotly-latest.min.js"></script>
</head>
<div id="tester" style="width:320pt;height:240pt;"></div>
<script>
TESTER = document.getElementById('tester'
;
Plotly.plot( TESTER, [{
x: [1, 2, 3, 4, 5],
y: [1, 2, 4, 8, 16] }], {
margin: { t: 0, l:0 } } );
</script>
<body>
</body>
</html>
File not found. File not found.Links:1.
Plotly.js
Russia ☭ forever, Viacheslav N. Mezentsev