forked from plotly/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
2015-08-20-dashboard-index.html
253 lines (219 loc) · 7.8 KB
/
2015-08-20-dashboard-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
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
---
title: Plotly Dashboards
permalink: /dashboards/
description: Plotly dashboard templates for insurance, sales, energy use, Internet of Things, and more
layout: langindex
---
<h1 class="centered">Dashboard Templates</h1>
<!-- <div class="row centered btnrow">
<a href="/python/getting-started/" class="button no_underline">Getting Started</a>
<a href="/python/user-guide/" class="button no_underline">User Guide</a>
<a href="/ipython-notebooks/" class="button no_underline">IPython Notebooks</a>
<a href="/pandas/" class="button no_underline">Pandas</a>
<a href="https://plot.ly/python/reference/" class="button no_underline">Reference</a>
</div> -->
<br>
<div class="tipbox row">
<p>
Sample dashboards for 9 different industries built with Plotly graphs and the Keen.io dashboard templates..
</p>
<p>
We recommend hosting your dashboard on Amazon Web Services, Plotly On-Premise or GitHub pages if data is not sensitive.
</p>
<p>
Read how Goji Insurance transformed their business with Plotly dashboards hosted on Amazon Web Services.
</p>
</div>
<br>
<h2>By Industry</h2>
<hr>
<div class="row">
<!-- dashboard thumbnails -->
<a href="/python/line-charts/">
<div class="alltutcol">
<img class="thumbnail" alt="Line Charts" src="https://plot.ly/gh-pages/documentation/static//images/line-plots.png">
<div class="titlecenter">
<h5 class="centered"> Line Charts </h5>
</div>
</div>
</a>
<a href="/python/line-and-scatter/">
<div class="alltutcol">
<img class="thumbnail" alt="Scatter Plots" src="https://plot.ly/gh-pages/documentation/static//images/line_and_scatter.png">
<div class="titlecenter">
<h5 class="centered"> Scatter Plots </h5>
</div>
</div>
</a>
<a href="/python/bar-charts/">
<div class="alltutcol">
<img class="thumbnail" alt="Bar Charts" src="https://plot.ly/gh-pages/documentation/static//images/bar.png">
<div class="titlecenter">
<h5 class="centered"> Bar Charts </h5>
</div>
</div>
</a>
<a href="/python/horizontal-bar-charts/">
<div class="alltutcol">
<img class="thumbnail" alt="Horizontal Bar Charts" src="https://plot.ly/gh-pages/documentation/static//images/horizontal-bar.png">
<div class="titlecenter">
<h5 class="centered"> Horizontal Bar Charts </h5>
</div>
</div>
</a>
<a href="/python/bubble-charts/">
<div class="alltutcol">
<img class="thumbnail" alt="Bubble Charts" src="https://plot.ly/gh-pages/documentation/static//images/bubble.png">
<div class="titlecenter">
<h5 class="centered"> Bubble Charts </h5>
</div>
</div>
</a>
<a href="/python/time-series/">
<div class="alltutcol">
<img class="thumbnail" alt="Time Series" src="https://plot.ly/gh-pages/documentation/static//images/time-series.png">
<div class="titlecenter">
<h5 class="centered"> Time Series </h5>
</div>
</div>
</a>
<a href="/python/error-bars/">
<div class="alltutcol">
<img class="thumbnail" alt="Error Bars" src="https://plot.ly/gh-pages/documentation/static//images/error-bar.png">
<div class="titlecenter">
<h5 class="centered"> Error Bars </h5>
</div>
</div>
</a>
<a href="/python/box-plots/">
<div class="alltutcol">
<img class="thumbnail" alt="Box Plots" src="https://plot.ly/gh-pages/documentation/static//images/box.png">
<div class="titlecenter">
<h5 class="centered"> Box Plots </h5>
</div>
</div>
</a>
<a href="/python/histograms/">
<div class="alltutcol">
<img class="thumbnail" alt="Histograms" src="https://plot.ly/gh-pages/documentation/static//images/histogram.png">
<div class="titlecenter">
<h5 class="centered"> Histograms </h5>
</div>
</div>
</a>
<a href="/python/2D-Histogram/">
<div class="alltutcol">
<img class="thumbnail" alt="2D Histograms" src="https://plot.ly/gh-pages/documentation/static//images/histogram2d.png">
<div class="titlecenter">
<h5 class="centered"> 2D Histograms </h5>
</div>
</div>
</a>
<a href="/python/heatmaps/">
<div class="alltutcol">
<img class="thumbnail" alt="Heatmaps" src="https://plot.ly/gh-pages/documentation/static//images/heatmap.png">
<div class="titlecenter">
<h5 class="centered"> Heatmaps </h5>
</div>
</div>
</a>
<a href="/python/contour-plots/">
<div class="alltutcol">
<img class="thumbnail" alt="Contour Plots" src="https://plot.ly/gh-pages/documentation/static//images/contour.png">
<div class="titlecenter">
<h5 class="centered"> Contour Plots </h5>
</div>
</div>
</a>
<a href="/python/2d-density-plots/">
<div class="alltutcol">
<img class="thumbnail" alt="2d Density Plots" src="https://plot.ly/gh-pages/documentation/static//images/2d-density-plot.png">
<div class="titlecenter">
<h5 class="centered"> 2d Density Plots </h5>
</div>
</div>
</a>
<a href="/python/heatmap-and-colorscales-colorscales/">
<div class="alltutcol">
<img class="thumbnail" alt="Heatmap and Contour Colorscales" src="https://plot.ly/gh-pages/documentation/static//images/colorbars.png">
<div class="titlecenter">
<h5 class="centered"> Heatmap and Contour Colorscales </h5>
</div>
</div>
</a>
<a href="/python/filled-area-plots/">
<div class="alltutcol">
<img class="thumbnail" alt="Filled Area Plots" src="https://plot.ly/gh-pages/documentation/static//images/area.png">
<div class="titlecenter">
<h5 class="centered"> Filled Area Plots </h5>
</div>
</div>
</a>
<a href="/python/wind-rose-charts/">
<div class="alltutcol">
<img class="thumbnail" alt="Wind Rose Charts" src="https://plot.ly/gh-pages/documentation/static//images/wind-rose.png">
<div class="titlecenter">
<h5 class="centered"> Wind Rose Charts </h5>
</div>
</div>
</a>
<a href="/python/polar-chart/">
<div class="alltutcol">
<img class="thumbnail" alt="Polar Charts" src="https://plot.ly/gh-pages/documentation/static//images/polar-scatter.png">
<div class="titlecenter">
<h5 class="centered"> Polar Charts </h5>
</div>
</div>
</a>
<a href="/python/log-plot/">
<div class="alltutcol">
<img class="thumbnail" alt="Log Plots" src="https://plot.ly/gh-pages/documentation/static//images/log.png">
<div class="titlecenter">
<h5 class="centered"> Log Plots </h5>
</div>
</div>
</a>
<a href="/python/graphing-multiple-chart-types/">
<div class="alltutcol">
<img class="thumbnail" alt="Multiple Chart Types" src="https://plot.ly/gh-pages/documentation/static//images/mixed.png">
<div class="titlecenter">
<h5 class="centered"> Multiple Chart Types </h5>
</div>
</div>
</a>
<a href="/python/shapes/">
<div class="alltutcol">
<img class="thumbnail" alt="Shapes" src="https://plot.ly/gh-pages/documentation/static//images/shape.png">
<div class="titlecenter">
<h5 class="centered"> Shapes </h5>
</div>
</div>
</a>
<a href="/python/candlestick-charts">
<div class="alltutcol">
<img class="thumbnail" alt="Candlestick Charts" src="https://plot.ly/gh-pages/documentation/static//images/candlestick.png">
<div class="titlecenter">
<h5 class="centered"> Candlestick Charts </h5>
</div>
</div>
</a>
<a href="/python/ohlc-charts">
<div class="alltutcol">
<img class="thumbnail" alt="OHLC Charts" src="https://plot.ly/gh-pages/documentation/static//images/ohlc.png">
<div class="titlecenter">
<h5 class="centered"> OHLC Charts </h5>
</div>
</div>
</a>
<a href="/python/pie-charts/">
<div class="alltutcol">
<img class="thumbnail" alt="Pie Charts" src="https://plot.ly/gh-pages/documentation/static//images/pie-chart.png">
<div class="titlecenter">
<h5 class="centered"> Pie Charts </h5>
</div>
</div>
</a>
</div>
{% include footer.html %}
</body>
</html>