This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
315 lines (217 loc) · 7.67 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
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html>
<html lang="en">
<!-- Head tag -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--Description-->
<!--Author-->
<meta name="author" content="newsjelly">
<!--Open Graph Title-->
<!--Open Graph Site Name-->
<meta property="og:site_name" content="Daisy"/>
<!--Page Cover-->
<meta property="og:image" content="undefined"/>
<!-- Title -->
<title>Daisy</title>
<!-- Custom CSS -->
<link rel="stylesheet" href="/daisy-chart-blog/sass/main.css">
<!--[if lt IE 8]>
<script src="/daisy-chart-blog/js/ie/html5shiv.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="/daisy-chart-blog/sass/ie8.css">
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" href="/daisy-chart-blog/sass/ie9.css">
<![endif]-->
<!-- Gallery -->
<link href="//cdn.rawgit.com/noelboss/featherlight/1.3.5/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<!-- Google Analytics -->
</head>
<body>
<div id="wrapper">
<!-- Menu -->
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="/daisy-chart-blog/" class="logo">
<span class="symbol"><img src="/daisy-chart-blog/images/site-logo.png" alt="" /></span><span class="title">Daisy</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li>
<a href="/daisy-chart-blog/">Home</a>
</li>
<li>
<a href="/daisy-chart-blog/archives">Archives</a>
</li>
<li>
<a href="/daisy-chart-blog/about.html">About</a>
</li>
</ul>
</nav>
<div id="main">
<div class="inner">
<!-- Main Content -->
<header>
<h1>Daisy Chart Library</h1>
<p><a href="https://d3js.org/" target="_blank">D3</a>를 활용하여 <a href="https://daisy.newsjel.ly/solution/" target="_blank">Daisy</a> 솔루션을 위해 개발된 데이터 시각화 라이브러리 입니다. 정형화된 데이터를 활용해서 원하는 유형의 차트를 쉽게 구현 할 수 있도록 개발하였습니다.</p>
</header>
<section class="tiles">
<article class="style1">
<span class="image">
<img src="/daisy-chart-blog/assets/chart-img/bar.png" alt="" />
</span>
<a href="/daisy-chart-blog/chart/Bar/">
<h2>Bar</h2>
<div class="content">
<p>Bar 차트 유형 활용</p>
</div>
</a>
</article>
<article class="style2">
<span class="image">
<img src="/daisy-chart-blog/assets/chart-img/combo.png" alt="" />
</span>
<a href="/daisy-chart-blog/chart/Combo/">
<h2>Combo</h2>
<div class="content">
<p>Combo 차트 유형 활용</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="/daisy-chart-blog/assets/chart-img/line.png" alt="" />
</span>
<a href="/daisy-chart-blog/chart/Line/">
<h2>Line</h2>
<div class="content">
<p>Line 차트 유형 활용</p>
</div>
</a>
</article>
<article class="style4">
<span class="image">
<img src="/daisy-chart-blog/assets/chart-img/heatmap.png" alt="" />
</span>
<a href="/daisy-chart-blog/chart/Heat-map/">
<h2>Heatmap</h2>
<div class="content">
<p>Heatmap 차트 유형 활용</p>
</div>
</a>
</article>
<article class="style5">
<span class="image">
<img src="/daisy-chart-blog/assets/chart-img/map.png" alt="" />
</span>
<a href="/daisy-chart-blog/chart/Marker-map/">
<h2>Marker map</h2>
<div class="content">
<p>Marker map 차트 유형 활용</p>
</div>
</a>
</article>
<article class="style6">
<span class="image">
<img src="/daisy-chart-blog/assets/chart-img/parcoords.png" alt="" />
</span>
<a href="/daisy-chart-blog/chart/Parallel-coordinates/">
<h2>Parallel Coordinates</h2>
<div class="content">
<p>Parallel Coordinates 차트 유형 활용</p>
</div>
</a>
</article>
<article class="style7">
<span class="image">
<img src="/daisy-chart-blog/assets/chart-img/scatter.png" alt="" />
</span>
<a href="/daisy-chart-blog/chart/Scatter/">
<h2>Scatter</h2>
<div class="content">
<p>Scatter 차트 유형 활용</p>
</div>
</a>
</article>
<article class="style8">
<span class="image">
<img src="/daisy-chart-blog/assets/chart-img/pie.png" alt="" />
</span>
<a href="/daisy-chart-blog/chart/Pie/">
<h2>Pie</h2>
<div class="content">
<p>Pie 차트 유형 활용</p>
</div>
</a>
</article>
<article class="style9">
<span class="image">
<img src="/daisy-chart-blog/assets/chart-img/treemap.png" alt="" />
</span>
<a href="/daisy-chart-blog/chart/Tree-map/">
<h2>Treemap</h2>
<div class="content">
<p>Treemap 차트 유형 활용</p>
</div>
</a>
</article>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>About</h2>
<div>
</div>
</section>
<section>
<h2>Follow</h2>
<ul class="icons">
<li><a href="https://twitter.com/Newsjelly/" class="icon style2 fa-twitter" target="_blank" ><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/newsjelly/" class="icon style2 fa-facebook" target="_blank" ><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/NewsJelly" class="icon style2 fa-github" target="_blank" ><span class="label">GitHub</span></a></li>
<li><a href="http://newsjel.ly/blog" class="icon style2 fa-rss" target="_blank" ><span class="label">RSS</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>© Untitled. All rights reserved</li>
<li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
<li>Hexo: <a href="http://www.codeblocq.com/" target="_blank">Jonathan Klughertz</a></li>
</ul>
</div>
</footer>
</div>
<!-- After footer scripts -->
<!-- jQuery -->
<script src="/daisy-chart-blog/js/jquery.min.js"></script>
<!-- skel -->
<script src="/daisy-chart-blog/js/skel.min.js"></script>
<!-- Custom Code -->
<script src="/daisy-chart-blog/js/util.js"></script>
<!--[if lte IE 8]>
<script src="/daisy-chart-blog/js/ie/respond.min.js"></script>
<![endif]-->
<!-- Custom Code -->
<script src="/daisy-chart-blog/js/main.js"></script>
<!-- Gallery -->
<script src="//cdn.rawgit.com/noelboss/featherlight/1.3.5/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<!-- Disqus Comments -->
</body>
</html>