forked from jcarver989/raphy-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (26 loc) · 1.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/examples.css" />
<link rel="stylesheet" type="text/css" href="css/syntax.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script type="text/javascript" src="raphael.min.js"></script>
<script type="text/javascript" src="../compiled/charts.js"></script>
<script type="text/javascript" src="examples.js"></script>
</head>
<body>
<a href="http://github.com/jcarver989/raphy-charts"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
<div id="container">
<div style="width:1000px; height: 300px;" id="logscale"></div>
<div style="width:1000px; height: 300px;" id="multiaxis"></div>
<div style="width:1000px; height: 300px;" id="multiaxiszeros"></div>
<div style="width:850px; height: 500px;" id="indexchart"></div>
<div style="width:500px; height: 300px;" id="normalbarchart"></div>
<div style="width:500px; height: 300px;" id="bulletchart"></div>
<div style="width:1000px; height: 300px;" id="cwchart"></div>
<div style="width:1000px; height: 300px;" id="chart1"></div>
<div style="width:1000px; height: 300px; margin-bottom: 50px;" id="chart2"></div>
<div style="width:1000px; height: 300px; margin-bottom: 50px;" id="chart4"></div>
</div>
</body>
</html>