-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathhistory.html
136 lines (132 loc) · 4.48 KB
/
history.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="@zhengli" />
<meta name="description" content="InfoViz is an information visualization library which uses pure JavaScript and SVG to visualize data on almost every major browsers and mobile devices. InfoViz supports Retina display. MIT license." />
<link rel="shortcut icon" href="./images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="./css/demo.css" />
<title>History - InfoViz</title>
<!--[if lt IE 9]>
<script src="./js/html5.js"></script>
<![endif]-->
</head>
<body class="p-demo p-history">
<header><h1><a href="https://infoviz.org"></a></h1></header>
<section class="container">
<ul class="menu clearfix">
<li><a href="./index.html" title="Controls">Controls</a></li>
<li><a href="http://builder.infoviz.org" title="Builder">Builder</a></li>
<li><a href="https://github.com/nocoo/infoviz" title="Documentation">Documentation</a></li>
<li><a href="./examples/index.html" title="Examples">Examples</a></li>
<li><a class="active" href="./history.html" title="History">History</a></li>
<li><a href="https://github.com/nocoo/infoviz/tags" title="Downloads">Downloads</a></li>
<li><a href="./license.html" title="The MIT License">License</a></li>
</ul>
<h1>Latest</h1>
<ul class="boxes clearfix">
<li>
<h1>
<a href="https://infoviz.org/" title="v0.3.9">v0.3.9</a>
</h1>
<p class="date">2014/05/10</p>
</li>
</ul>
<h1>v0.3.x</h1>
<ul class="boxes clearfix">
<li>
<h1>
<a href="https://infoviz.org/history/v0.3.7" title="v0.3.7">v0.3.7</a>
</h1>
<p class="date">2012/11/15</p>
</li>
<li>
<h1>
<a href="https://infoviz.org/history/v0.3.6" title="v0.3.6">v0.3.6</a>
</h1>
<p class="date">2012/10/19</p>
</li>
<li>
<h1>
<a href="https://infoviz.org/history/v0.3.5" title="v0.3.5">v0.3.5</a>
</h1>
<p class="date">2012/10/15</p>
</li>
<li>
<h1>
<a href="https://infoviz.org/history/v0.3.4" title="v0.3.4">v0.3.4</a>
</h1>
<p class="date">2012/09/25</p>
</li>
<li>
<h1>
<a href="https://infoviz.org/history/v0.3.3" title="v0.3.3">v0.3.3</a>
</h1>
<p class="date">2012/09/22</p>
</li>
<li>
<h1>
<a href="https://infoviz.org/history/v0.3.2" title="v0.3.2">v0.3.2</a>
</h1>
<p class="date">2012/09/21</p>
</li>
<li>
<h1>
<a href="https://infoviz.org/history/v0.3.1" title="v0.3.1">v0.3.1</a>
</h1>
<p class="date">2012/09/20</p>
</li>
<li>
<h1>
<a href="https://infoviz.org/history/v0.3.0" title="v0.3.0">v0.3.0</a></h1>
<p class="date">2012/09/20</p>
</li>
</ul>
<h1>v0.2.x</h1>
<ul class="boxes clearfix">
<li>
<h1>
<a href="https://infoviz.org/history/v0.2.5" title="v0.2.5">v0.2.5</a>
</h1>
<p class="date">2012/09/18</p>
</li>
<li>
<h1>
<a href="https://infoviz.org/history/v0.2.4" title="v0.2.4">v0.2.4</a>
</h1>
<p class="date">2012/09/12</p>
</li>
<li>
<h1>
<a href="https://infoviz.org/history/v0.2.3" title="v0.2.3">v0.2.3</a>
</h1>
<p class="date">2012/09/12</p>
</li>
<li>
<h1>
<a href="https://infoviz.org/history/v0.2.2" title="v0.2.2">v0.2.2</a>
</h1>
<p class="date">2012/09/11</p>
</li>
<li>
<h1>
<a href="https://infoviz.org/history/v0.2.1" title="v0.2.1">v0.2.1</a>
</h1>
<p class="date">2012/09/06</p>
</li>
<li>
<h1>
<a href="https://infoviz.org/history/v0.2.0" title="v0.2.0">v0.2.0</a>
</h1>
<p class="date">2012/08/31</p>
</li>
</ul>
<a class="fork" href="https://github.com/nocoo/infoviz"></a>
</section>
<footer><p>InfoViz 0.3.9, the MIT License, <a href="https://about.me/nocoo">@zhengli</a>, <a href="https://github.com/nocoo/infoviz">Github</a></p></footer>
<!-- Please do remove following Google Analytics code, sorry for the inconvenient. -->
<script>
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-34321415-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
</script>
</body>
</html>