CssCharts aka OpenCharts

Horizontal and vertical bar charts done
This commit is contained in:
bendtherules
2014-03-26 16:35:26 -07:00
commit 2477ca5489
9 changed files with 677 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CSS PIE Chart</title>
<link rel="stylesheet" href="./pie-1.css">
</head>
<body>
<div class="wrapper">
<div class="pie-part part-1"></div>
<div class="pie-part part-2"></div>
<div class="pie-part part-3"></div>
<div class="clipper">
<div class="pie-part part-4"></div>
</div>
</div>
</body>
</html>