xxxxxxxxxx
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.area {
fill: steelblue;
}
</style>
<body>
<div id="chart"></div>
<button id="generate">Save as SVG</button>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="profile.js"></script>
<script src="https://eligrey.com/demos/filesaver.js/blob.js"></script>
<script src="https://eligrey.com/demos/filesaver.js/filesaver.js"></script>
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://eligrey.com/demos/FileSaver.js/Blob.js to a secure url
Modified http://eligrey.com/demos/FileSaver.js/FileSaver.js to a secure url
https://d3js.org/d3.v3.min.js
https://eligrey.com/demos/FileSaver.js/Blob.js
https://eligrey.com/demos/FileSaver.js/FileSaver.js