-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathindex.html
499 lines (459 loc) · 17.9 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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
<html><head>
<meta charset="utf-8">
<title>Getting started react-d3</title>
<meta name="description" content="Painless Building D3 Charts - A whole new solution for building reusable components for d3 charts.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Google fonts - which you want to use - (rest you can just remove) -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic" rel="stylesheet" type="text/css">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/animate.css">
<link rel="stylesheet" href="/css/prettyPhoto.css">
<link rel="stylesheet" href="/css/owl.carousel.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/responsive.css">
<link rel="stylesheet" href="/css/github-markdown.css">
<link rel="stylesheet" href="/css/prism.css">
<style>
.markdown-body {
min-width: 200px;
max-width: 790px;
margin: 0 auto;
padding: 30px;
}
.legend {
height: 30px !important;
}
#area-stack .x.axis text{
transform: rotate(45deg);
text-anchor: start !important;
}
</style>
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.2/react.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script>
<script src="https://cdn.jsdelivr.net/react/0.14.0/react-dom.js"></script>
</head>
<body id="top">
<header>
<!-- NAVIGATION -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- LOGO -->
<a class="navbar-brand page-scroll" href="/">
<img src="/img/react-d3_2.png" alt="" style="width:130px">
</a>
<!-- END LOGO -->
</div>
<!-- TOGGLE NAV -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-left">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a href="/get_start">Get Started</a>
</li>
<li>
<a href="/docs">Docs</a>
</li>
<li>
<a href="/components">Gallery</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="http://map.reactd3.org">React-d3-map</a>
</li>
<li>
<a href="http://github.com/react-d3">Github</a>
</li>
</ul>
</div>
<!-- TOGGLE NAV -->
</div>
<!-- /.container -->
</nav>
<!-- END NAVIGATION -->
</header>
<!--Nav Bar -->
<nav id="doc-sidebar" class="col-xs-3 bs-docs-sidebar">
<ul id="sidebar" class="nav nav-stacked fixed">
<li>
<a href="#getting_started">Getting Started</a>
</li>
<li>
<a href="#install_and_setup_react-d3_packages">Install and setup react-d3 packages</a>
</li>
<li>
<a href="#write_chart">Write chart</a>
</li>
<li>
<a href="#load_into_your_html">Load into your html</a>
</li>
<li>
<a href="#result">Result</a>
</li>
<li>
<a href="#code_on_github">Code on Github</a>
</li>
</ul>
</nav>
<!-- SERVICES -->
<section id="getting_started" class="section text-center group">
<div class="container">
<h2 class="section-title wow fadeIn">Getting Started</h2>
<div class="row text-left wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s">
<div class="markdown-body">
<h4 id="data-format">Data Format</h4>
<p>First prepare your data you want to show on your chart.</p>
<p><code>react-d3</code> <strong>only support one kind of data format, which is an array with objects (the objects have to have the same keys)</strong>. Which means you have to have a data like below for example. (<a href="https://raw.githubusercontent.com/react-d3/react-d3-example/master/simple/data/user_sample.json">data source</a>)</p>
<pre><code class="lang-js">[
{
name: "Lavon Hilll I",
BMI: 20.57,
age: 12,
birthday: "1994-10-26T00:00:00.000Z",
city: "Annatown",
married: true,
index: 1
},
{
name: "Clovis Pagac",
BMI: 24.28,
age: 26,
birthday: "1995-11-10T00:00:00.000Z",
city: "South Eldredtown",
married: false,
index: 3
},
{
name: "Gaylord Paucek",
BMI: 24.41,
age: 30,
birthday: "1975-06-12T00:00:00.000Z",
city: "Koeppchester",
married: true,
index: 5
},
{
name: "Ashlynn Kuhn MD",
BMI: 23.77,
age: 32,
birthday: "1985-08-09T00:00:00.000Z",
city: "West Josiemouth",
married: false,
index: 6
},
...
]
</code></pre>
<h4 id="the-way-to-load-you-data">The way to load you data</h4>
<p>If you have a csv, tsv file, you can use a csv converter to convert it to JSON format. Or using <code>webpack</code> to require your csv via <code>dsv-loader</code></p>
<pre><code class="lang-js">var data = require('dsv?delimiter=\t!./data/letter.tsv')
// or
var data = require('csv?delimiter=,!./data/test.csv')
</code></pre>
</div>
</div>
<!--.row-->
</div>
<!--/.container -->
</section>
<section id="install_and_setup_react-d3_packages" class="section text-center group">
<div class="container">
<h2 class="section-title wow fadeIn">Install and setup react-d3 packages</h2>
<div class="row text-left wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s">
<div class="markdown-body">
<h4 id="install-and-setup-react-d3-packages">Install and Setup React-d3 packages</h4>
<p>Pick one <code>react-d3</code> you want to install (see <a href="/gallery">gallery</a>). Here we are going to demo using <code>react-d3-basic</code> library to draw a simple line chart.</p>
<p>Install <code>react-d3-basic</code>:</p>
<pre><code>npm install --save react-d3-basic
</code></pre><h3 id="set-up-build-tools">Set up build tools</h3>
<p><code>react-d3</code> packages require to be bundled with <code>webpack</code> or <code>browserify</code></p>
<h4 id="using-webpack">Using Webpack</h4>
<p>install wepback: </p>
<pre><code class="lang-js">npm install webpack -g
</code></pre>
<p>Sample <code>webpack</code> setting:</p>
<pre><code class="lang-js">'use strict';
var path = require('path');
var webpack = require('webpack');
var js_dist = path.join(__dirname, './dist');
module.exports = [{
name: 'chartComponent',
entry: {
line: './line.jsx',
},
output: {
path: js_dist,
filename: '[name].js'
},
module: {
loaders: [
{
test: [/\.jsx$/],
loaders: ["jsx-loader?insertPragma=React.DOM&harmony"],
}
],
},
resolve: {
extensions: ['', '.webpack.js', '.web.js', '.js', '.jsx']
}
}];
</code></pre>
<p>Compile by run:</p>
<pre><code>webpack
</code></pre><h4 id="using-browserify">Using Browserify</h4>
<p>You can use <a href="https://github.com/andreypopp/reactify">reactify</a> to bundle your <code>.jsx</code> or <code>.js</code> file.</p>
<pre><code>browserify -t reactify main.js
</code></pre>
</div>
</div>
<!--.row-->
</div>
<!--/.container -->
</section>
<section id="write_chart" class="section text-center group">
<div class="container">
<h2 class="section-title wow fadeIn">Write chart</h2>
<div class="row text-left wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s">
<div class="markdown-body">
<p>Create a new file called <code>line.jsx</code> (which we have setup webpack to compile).</p>
<h3 id="require-libraries">Require Libraries</h3>
<p>We need to require some library we need to use:</p>
<pre><code class="lang-js">// first of course react!
var React = require('react');
// require `react-d3-core` for Chart component, which help us build a blank svg and chart title.
var Chart = require('react-d3-core').Chart;
// require `react-d3-basic` for Line chart component.
var LineChart = require('react-d3-basic').LineChart;
</code></pre>
<h3 id="load">Load</h3>
<p>Load your data using webpack</p>
<pre><code class="lang-js">var chartData = require('dsv?delimiter=,!../../data/garbage.csv');
</code></pre>
<p>Not using webpack</p>
<pre><code class="lang-js">var chartData = [
// put your data here!
]
</code></pre>
<h3 id="settings">Settings</h3>
<p>your chart settings (such as settings for axis, legend, lines, chart basic settings)</p>
<pre><code class="lang-js">var width = 700,
height = 300,
margins = {left: 100, right: 100, top: 50, bottom: 50},
title = "User sample",
// chart series,
// field: is what field your data want to be selected
// name: the name of the field that display in legend
// color: what color is the line
chartSeries = [
{
field: 'BMI',
name: 'BMI',
color: '#ff7f0e'
}
],
// your x accessor
x = function(d) {
return d.index;
}
</code></pre>
<h3 id="render-">Render!</h3>
<p>Render it in React!</p>
<pre><code class="lang-js">ReactDOM.render(
<Chart
title={title}
width={width}
height={height}
margins= {margins}
>
<LineChart
margins= {margins}
title={title}
data={chartData}
width={width}
height={height}
chartSeries={chartSeries}
x={x}
/>
</Chart>
, document.getElementById('line-user')
)
</code></pre>
<h3 id="full-code-in-your-javascript">Full code in your javascript</h3>
<pre><code class="lang-js">"use strict"
var React = require('react');
var ReactDOM = require('react-dom');
var Chart = require('react-d3-core').Chart;
var LineChart = require('react-d3-basic').LineChart;
(function() {
// load your general data
var chartData = require('json!../data/user_sample.json');
var width = 700,
height = 300,
margins = {left: 100, right: 100, top: 50, bottom: 50},
title = "User sample",
// chart series,
// field: is what field your data want to be selected
// name: the name of the field that display in legend
// color: what color is the line
chartSeries = [
{
field: 'BMI',
name: 'BMI',
color: '#ff7f0e'
}
],
// your x accessor
x = function(d) {
return d.index;
}
ReactDOM.render(
<Chart
title={title}
width={width}
height={height}
margins= {margins}
>
<LineChart
showXGrid= {false}
showYGrid= {false}
margins= {margins}
title={title}
data={chartData}
width={width}
height={height}
chartSeries={chartSeries}
x={x}
/>
</Chart>
, document.getElementById('line-user')
)
})()
</code></pre>
</div>
</div>
<!--.row-->
</div>
<!--/.container -->
</section>
<section id="load_into_your_html" class="section text-center group">
<div class="container">
<h2 class="section-title wow fadeIn">Load into your html</h2>
<div class="row text-left wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s">
<div class="markdown-body">
<p>Load your bundle js file which <code>webpack</code> or <code>browserify</code> generated into your html.</p>
<pre><code class="lang-html"><html>
<head>
<title>line example</title>
</head>
<body>
<div id="line-user"></div>
<script src="./dist/line.js"></script>
</body>
</html>
</code></pre>
</div>
</div>
<!--.row-->
</div>
<!--/.container -->
</section>
<section id="result" class="section text-center group">
<div class="container">
<h2 class="section-title wow fadeIn">Result</h2>
<div class="row text-left wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s">
<div class="markdown-body">
<h3 id="happy-">Happy :)</h3>
<p>Enjoy your chart!</p>
<p></p><div id="line-user" class="demo"></div><p></p>
<script src="/react-d3-example/dist/simple/min/line_user.min.js"></script>
</div>
</div>
<!--.row-->
</div>
<!--/.container -->
</section>
<section id="code_on_github" class="section text-center group">
<div class="container">
<h2 class="section-title wow fadeIn">Code on Github</h2>
<div class="row text-left wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s">
<div class="markdown-body">
<p>Code is available on <a href="https://github.com/react-d3/react-d3-example/blob/master/simple/line_user/line_user.js">Github</a></p>
</div>
</div>
<!--.row-->
</div>
<!--/.container -->
</section>
<!-- END SERVICES -->
<!-- FOOTER -->
<footer>
<div class="container">
<div class="row">
<!-- FOOTER MENU -->
<div class="col-md-6">
</div>
<!-- END FOOTER MENU -->
<!-- FOOTER CONTENT -->
<div class="col-md-6">
<div class="footer-content text-right">
<p>© 2015 License Apache2.0, <a href="/">React-d3</a>
</p>
</div>
</div>
<!-- END FOOTER CONTENT -->
</div>
<!-- /.row -->
</div>
<!-- ./container -->
</footer>
<!-- js files -->
<script src="/js/vendor/jquery-1.10.2.min.js"></script>
<script src="/js/plugins.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/wow.min.js"></script>
<script src="/js/prettyPhoto.js"></script>
<script src="/js/owl.carousel.min.js"></script>
<!-- <script src="/js/main.js"></script>-->
<script src="/js/sidebar.js"></script>
<script src="/js/prism.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67901975-1', 'auto');
ga('send', 'pageview');
</script>
</body></html>