-
Notifications
You must be signed in to change notification settings - Fork 0
/
flow-chart-types.html
162 lines (131 loc) · 6.55 KB
/
flow-chart-types.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html>
<head>
<title>WSO2 Business Activity Monitor - Dshboard</title>
<link rel="stylesheet" href="assets/lib/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/keen-dashboards.css">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body class="application">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../">
<span class="glyphicon glyphicon-stats"></span>
</a>
<a class="navbar-brand" href="./">BAM Dashboards</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-left">
<li><a href="http://localhost/dashboard">Home</a></li>
<li><a href="http://localhost/dashboard">Documentation</a></li>
<li><a href="http://localhost/dashboard">Support</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<span class="glyphicon glyphicon-inbox"></span>
<a href="http://localhost/dashboard">My Datasources</a>
</h3>
</div>
<!-- List group -->
<ul class="list-group">
<li class="list-group-item"><a href="http://localhost/dashboard/index.php/dashboard/view">WeatherData</a></li>
<li class="list-group-item"><a href="http://localhost/dashboard/index.php/dashboard/view">SalesByRegion</a></li>
<li class="list-group-item"><a href="http://localhost/dashboard/index.php/dashboard/index">ClickStream</a></li>
</ul>
</div>
<h4>Need Help?</h4>
<p>Give feedback or ask for help at our Support Center or send an email to
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="col-md-9">
<!-- <div class="alert alert-danger alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<strong>Reminder!</strong> This payment will due within 2 days
</div> -->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><span class="glyphicon glyphicon-stats"></span>
<a href="http://localhost/dashboard/gadgets">Create Visualization - Step 2: Select Visualization Component</a>
</h3>
</div>
<div class="panel-body">
<ul class="nav nav-pills">
<li role="presentation"><a href="flow-ds.html">Datasources</a></li>
<li role="presentation" class="active"><a href="flow-chart-types.html">Chart Type</a></li>
<li role="presentation"><a href="flow-chart-configure.html">Configure Chart</a></li>
</ul>
<hr>
<h4>Select a visualization component</h4>
<br>
<div class="row">
<div class="col-md-3">
<a href="#">
<img class="img-responsive" src="http://placehold.it/240x200" alt="">
</a>
</div>
<div class="col-md-9">
<h4>Bar Chart <small>1 categorical attribute</small></h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut, odit velit cumque vero doloremque repellendus distinctio maiores rem expedita a nam vitae modi quidem similique ducimus! Velit, esse totam tempore.</p>
<a class="btn btn-success" href="flow-chart-configure.html">Use This <span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-3">
<a href="#">
<img class="img-responsive" src="http://placehold.it/240x200" alt="">
</a>
</div>
<div class="col-md-9">
<h4>Pie Chart <small>Subtext for header</small></h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut, odit velit cumque vero doloremque repellendus distinctio maiores rem expedita a nam vitae modi quidem similique ducimus! Velit, esse totam tempore.</p>
<a class="btn btn-success" href="flow-chart-configure.html">Use This <span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-3">
<a href="#">
<img class="img-responsive" src="http://placehold.it/240x200" alt="">
</a>
</div>
<div class="col-md-9">
<h4>Stacked Bar Chart <small>Subtext for header</small></h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut, odit velit cumque vero doloremque repellendus distinctio maiores rem expedita a nam vitae modi quidem similique ducimus! Velit, esse totam tempore.</p>
<a class="btn btn-success" href="flow-chart-configure.html">Use This <span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
</div> <!-- /panel-body -->
</div> <!-- /panel -->
</div>
<!-- /col-md-9 -->
</div>
<!-- /.row -->
<hr>
<p class="small text-muted">Built with ♥ by <a href="https://wso2.com">WSO2</a></p>
</div>
<script src="assets/lib/jquery/dist/jquery.min.js"></script>
<script src="assets/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="assets/lib/holderjs/holder.js"></script>
<script>
Holder.add_theme("white", { background:"#fff", foreground:"#a7a7a7", size:10 });
</script>
<script src="assets/lib/keen-js/dist/keen.min.js"></script>
<script src="assets/js/meta.js"></script>
</body>
</html>