-
Notifications
You must be signed in to change notification settings - Fork 514
/
index.html
207 lines (197 loc) · 8.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://wordcloud2-js.timdream.org/" />
<title>wordcloud2.js - tag cloud/Wordle presentation on 2D canvas or HTML</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="//netdna.bootstrapcdn.com/bootstrap/2.2.2/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/bootstrap/2.2.2/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Finger+Paint" id="link-webfont" rel="stylesheet">
<script defer src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script defer src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.2.2/bootstrap.min.js"></script>
<script defer src="./src/wordcloud2.js"></script>
<script defer src="./index.js"></script>
<style>
@media (min-width: 980px) {
body { padding-top: 60px; }
}
*[hidden] {
display: none;
}
#canvas-container {
overflow-x: auto;
overflow-y: visible;
position: relative;
margin-top: 20px;
margin-bottom: 20px;
}
.canvas {
display: block;
position: relative;
overflow: hidden;
}
.canvas.hide {
display: none;
}
#html-canvas > span {
transition: text-shadow 1s ease, opacity 1s ease;
-webkit-transition: text-shadow 1s ease, opacity 1s ease;
-ms-transition: text-shadow 1s ease, opacity 1s ease;
}
#html-canvas > span:hover {
text-shadow: 0 0 10px, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
opacity: 0.5;
}
#box {
pointer-events: none;
position: absolute;
box-shadow: 0 0 200px 200px rgba(255, 255, 255, 0.5);
border-radius: 50px;
cursor: pointer;
}
textarea {
height: 20em;
}
#config-option {
font-family: monospace;
}
select { width: 100%; }
#loading {
animation: blink 2s infinite;
-webkit-animation: blink 2s infinite;
}
@-webkit-keyframes blink {
0% { opacity: 1; }
100% { opacity: 0; }
}
@keyframes blink {
0% { opacity: 1; }
100% { opacity: 0; }
}
</style>
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//stats.timdream.org/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '6']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<div class="navbar navbar-fixed-top navbar-inverse">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="./">wordcloud2.js</a>
<ul class="nav">
<li class="active"><a href="./">Demo</a></li>
<li><a href="https://github.com/timdream/wordcloud2.js">Code</a></li>
<li><a href="https://github.com/timdream/wordcloud2.js/blob/gh-pages/README.md">README</a></li>
<li><a href="https://github.com/timdream/wordcloud2.js/blob/gh-pages/API.md">API</a></li>
<li><a href="https://timdream.org/">timdream</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<p class="lead"><strong>wordcloud2.js</strong>, tag cloud/Wordle presentation on 2D canvas or HTML</p>
<div id="not-supported" class="alert" hidden>
<strong>Your browser is not supported.</strong>
</div>
<form id="form" method="get" action="">
<div class="row">
<div class="span12" id="canvas-container">
<canvas id="canvas" class="canvas"></canvas>
<div id="html-canvas" class="canvas hide"></div>
</div>
<div class="span6">
<button class="btn btn-primary" type="submit">Run</button>
<div class="btn-group">
<button class="btn" type="button" id="btn-canvas" disabled title="Show drawn canvas element.">Canvas</button>
<button class="btn" type="button" id="btn-html-canvas" title="Show Word Cloud with elements.">Elements</button>
</div>
<a class="btn" id="btn-save" href="#" download="wordcloud.png" title="Save canvas">Save Image</a>
<span id="loading" hidden>......</span>
</div>
<div class="span6">
<select id="examples" class="">
<option selected>Examples</option>
<option value="love">Love of the world</option>
<option value="web-tech">Web Technologies</option>
<option value="quick-fox">The quick brown fox</option>
<option value="les-miz">Les Misérables</option>
<option value="red-chamber" lang="zh-tw">紅樓夢</option>
<option value="taiwan">Taiwan</option>
</select>
</div>
</div>
<div class="tabbable">
<ul class="nav nav-tabs">
<li class="active"><a href="#tab-list" data-toggle="tab">List</a></li>
<li><a href="#tab-config" data-toggle="tab">Configuration</a></li>
<li><a href="#tab-dim" data-toggle="tab">Dimension</a></li>
<li><a href="#tab-mask" data-toggle="tab">Mask image</a></li>
<li><a href="#tab-webfont" data-toggle="tab">Web Font</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="tab-list">
<textarea id="input-list" placeholder="Put your list here." rows="2" cols="30" class="span12"></textarea>
</div>
<div class="tab-pane" id="tab-config">
<label>Options as a literal Javascript object</label>
<textarea id="config-option" placeholder="Put your literal option object here." rows="2" cols="30" class="span12"></textarea>
<!--
XXX Security consideration:
Do not implement a feature that allow users to submit/share their script here
directly or indirectly. Doing so would invite XSS attack on your site.
-->
<span class="help-block">See <a href="https://github.com/timdream/wordcloud2.js/blob/gh-pages/API.md">API</a> document for available options.</span>
</div>
<div class="tab-pane" id="tab-dim">
<label for="config-width">Width</label>
<div class="input-append">
<input type="number" id="config-width" class="input-small" min="1">
<span class="add-on">px</span>
</div>
<span class="help-block">Leave blank to use page width.</span>
<label for="config-height">Height</label>
<div class="input-append">
<input type="number" id="config-height" class="input-small" min="1">
<span class="add-on">px</span>
</div>
<span class="help-block">Leave blank to use 0.65x of the width.</span>
<label for="config-height">Device pixel density (<span title="Dots per 'px' unit">dppx</span>)</label>
<div class="input-append">
<input type="number" id="config-dppx" class="input-mini" min="1" value="1" required>
<span class="add-on">x</span>
</div>
<span class="help-block">Adjust the weight, grid size, and canvas pixel size for high pixel density displays.</span>
</div>
<div class="tab-pane" id="tab-mask">
<label for="config-mask">Image mask</label>
<input type="file" id="config-mask"><button id="config-mask-clear" class="btn" type="button">Clear</button>
<span class="help-block">A silhouette image which the white area will be excluded from drawing texts. The <code>shape</code> option will continue to apply as the shape of the cloud to grow.</span>
<span class="help-block">When there is an image set, <code>clearCanvas</code> will be set to <code>false</code>.</span>
</div>
<div class="tab-pane" id="tab-webfont">
<label for="config-css">Extra Web Font CSS</label>
<input type="url" id="config-css" size="40" class="input-xxlarge" placeholder="https://fonts.googleapis.com/css?family=Libre+Baskerville:700" value="https://fonts.googleapis.com/css?family=Finger+Paint">
<span class="help-block">Find your favorite font on <a href="https://www.google.com/webfonts">Google Web Fonts</a>. Re-run if the font didn't load in time.</span>
</div>
</div>
</div>
</form>
</div>
</body>
</html>