Commit 83f66a88 authored by mikhail samoilov's avatar mikhail samoilov

Fix indentation in sample

parent 6d1bacd9
<html>
<head>
<head>
<link href="/css/c3.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="chart"></div>
</head>
<body>
<div id="chart"></div>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="/js/c3.js"></script>
<script>
<script src="/js/c3.js"></script>
<script>
var chart = c3.generate({
data: {
columns: [
......@@ -28,6 +28,6 @@
}
}
});
</script>
</body>
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment