xxxxxxxxxx
<head>
<link href="c3.css" rel="stylesheet">
<meta charset="utf-8">
<script src="https://d3js.org/d3.v3.js"></script>
<script src="c3.min.js"></script>
<style>
body { margin:0;position:fixed;top:0;right:0;bottom:0;left:0; }
</style>
</head>
<body>
<script>
var chart = c3.generate({
data: {
url: 'c3_test.csv',
type: 'line'
}
});
</script>
</body>
https://d3js.org/d3.v3.js