forked from anmolkoul/anmolkoul.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (101 loc) · 5.71 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE HTML>
<!--
Synchronous by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Synchronous by TEMPLATED</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<link rel="stylesheet" href="css/dc.css" />
<link rel="stylesheet" href="css/stylenew.css" />
<link rel="stylesheet" href="css/introjs.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<style>
.intro_button{
margin-top: 38px;
float: left;
margin-left: 30px;
background-color: #1ab394;
color: white;
}
</style>
</head>
<body>
<div id="wrapper">
<!-- Header -->
<div id="header">
<button class="intro_button" type="button" autofocus onclick="javascript:introJs().setOption('showProgress', true).start();">Start Tour!</button>
<div class="container"> <!-- Logo -->
<div id="logo">
<h1><a href="#">Analytics Dashboard</a></h1>
</div>
<!-- Nav -->
</div>
</div>
<!-- /Header -->
<div id="page" style="margin-top:-61px;">
<div class="container">
<div class="row">
<div class="2u chart-wrapper" data-step="1" data-intro="State Selector Drop Down. Select a state to view specific stats.OPTIONAL FIELD"style="font-weight: normal" data-position="right" id="menuselect" style="background-color: #33CC99; height: 60px;">
<div class="chart-title"> <strong> State Selector </strong> </div>
</div>
<div class="2u">
<div> <span>  </span></div>
</div>
<div class="2u chart-wrapper" data-step="2" data-intro="Widget Displays the total donation count for the selections"style="font-weight: normal" data-position="bottom" id="total-projects">
<div class="chart-title"> <strong> Total Donation Count </strong> </div>
</div>
<div class="2u chart-wrapper" data-step="3" data-intro="Widget Displays the total donation amount for the selections"style="font-weight: normal" data-position="bottom" id="net-donations">
<div class="chart-title"> <strong> Nett Donations ($) </strong> </div>
</div>
<div class="3u dc-data-count dc-chart" data-step="4" data-intro="Selection widget displays the total rows available and rows currently selected in analysis"style="font-weight: normal" data-position="left" id="row-selection">
<span class="filter-count">_</span> / <span class="total-count">_</span> records | <br\>
<span data-step="11" data-intro="Click to reset the filters for the analysis"style="font-weight: normal" data-position="left" >
<a href='javascript:dc.filterAll();dc.redrawAll();'><font color="#33CC99">Reset All</font></a>
</span>
</div>
</div>
<div class="row">
<div class="6u chart-wrapper" data-step="5" data-intro="Area chart showing the number of donations over a period of time. Drag and select to view detailed data for a particular time range"style="font-weight: normal" data-position="right" id="date-chart">
<div class="chart-title bold"> <strong> Number of Donations </strong></div>
</div>
<div class="3u chart-wrapper" data-step="6" data-intro="View the donation count for the different type of resources. Hover the mouse for tooltips."style="font-weight: normal" data-position="left" id="resource-chart">
<div class="chart-title"> <strong> Donation Count for Resources </strong> </div>
</div>
<div class="3u chart-wrapper" data-step="7" data-intro="Funding Status Displayed on a donut chart. Hover for tool tips"style="font-weight: normal" data-position="left" id="funding-chart">
<div class="chart-title"> <strong> Funding Status </strong> </div>
</div>
</div>
<div class="row">
<div class="4u chart-wrapper" data-step="8" data-intro="View the donation counts for the different grade groups"style="font-weight: normal" data-position="right" id="grade-chart">
<div class="chart-title"> <strong> Donation Count by Grade </strong> </div>
</div>
<div class="4u chart-wrapper" data-step="9" data-intro="View the donation count for the different poverty levels. Hover the cursoe for tooltips."style="font-weight: normal" data-position="top" id="poverty-chart">
<div class="chart-title"> <strong> Donation Count by Poverty Level</strong></div>
</div>
<div class="4u chart-wrapper" data-step="10" data-intro="View the donation amount by state.THIS CHART IS STAND ALONE AND WILL NOT FILTER BY THE OTHER SELECTIONS"style="font-weight: normal" data-position="left" id="state-donations">
<div class="chart-title"> <strong> Donation Amount by State ($) </strong> </div>
</div>
</div>
</div>
</div>
</div>
<script src='js/crossfilter.js' type='text/javascript'></script>
<script src='js/d3.js' type='text/javascript'></script>
<script src='js/dc.js' type='text/javascript'></script>
<script src='js/queue.js' type='text/javascript'></script>
<script src='js/Dashboard.js' type='text/javascript'></script>
<script src="js/intro.js" type="text/javascript"></script>
</body>
</html>