forked from rufuspollock-okfn/bubbletree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (50 loc) · 4.01 KB
/
index.html
File metadata and controls
51 lines (50 loc) · 4.01 KB
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
<!--
-- please do not edit this auto-generated file.
-- instead, change readme.md and run ./make
-->
<html>
<head>
<style type="text/css">
body { font-family: Georgia, serif; margin: 40px; background: #f8f8f8 }
#wrapper { width: 100ex; margin: 0 auto; background: white; border:1px solid #e9e9e9; padding: 1em 2em; }
@font-face {
font-family: Graublau;
src: url('fonts/graublau/GraublauWeb.otf') format("opentype");
}
h1,h2,h3 { font-family: Graublau, Georgia, sans-serif; color: #555555; }
h2 { border-bottom: 1px solid silver; margin-top: 2em; }
h4 { font-family: sans; }
</style>
<title>Bubble Tree Documentation</title>
</head>
<body>
<div id="wrapper">
<img alt="bubble tree screenshot" src="http://driven-by-data.net/img/gallery/bubbletree-1.png" title="bubbletree screenshot right" style="float: right;" />
<h1>Radial Bubble Tree</h1>
<p><strong>BubbleTree</strong> is a library for interactive visualization of hierarchical data. Originally developed mainly for <a href="http://openspending.org">spending data</a>, the library is now completely independent from the OpenSpending platform. BubbleTree is built on top of <a href="http://jquery.com">jQuery</a> and <a href="http://raphaeljs.com/">RaphaelJS</a>.</p>
<h2>Documentation & Source Code</h2>
<p>Please refer to the docs in the <a href="https://github.com/okfn/bubbletree/wiki/Bubble-Tree-Documentation">wiki pages</a>.</p>
<p>Source code is on <a href="https://github.com/okfn/bubbletree">GitHub in the bubbletree repo</a>.</p>
<h2>Copyright and License</h2>
<p>Copyright (c) 2011 Open Knowledge Foundation</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
<h2>Attribution Request</h2>
<p>If you use Bubbletree to make a visualization we'd love it (but it's not required!) if you added a small credit text and link e.g.</p>
<blockquote>
<p>
Built with <a href="http://okfnlabs.org/">Bubble Tree</a> from the <a href="http://okfn.org/">Open Knowledge Foundation</a>. Design and implementation by <a href="http://driven-by-data.net/">Gregor Aisch</a> and <a href="http://www.informationisbeautiful.net/">David McCandless</a>
</p>
</blockquote>
<p>Here it is to just copy and paste into HTML:</p>
<pre><code>
Built with <a href="http://okfnlabs.org/">Bubble Tree</a> from the
<a href="http://okfn.org/">Open Knowledge Foundation</a>. Design
and implementation by <a href="http://driven-by-data.net/">Gregor
Aisch</a> and
<a href="http://www.informationisbeautiful.net/">David McCandless</a>
</code></pre>
<h2>Authors</h2>
<p>Original design by <a href="http://www.informationisbeautiful.net/">David McCandless</a>, further design and implementation by <a href="http://vis4.net/blog/">Gregor Aisch</a> with a some input from <a href="http://rufuspollock.org/">Rufus Pollock</a>. Developed as part of work on the <a href="http://openspending.org/">OpenSpending</a> project with financial support from <a href="http://www.publishwhatyoufund.org/">Publish What You Fund</a> and the <a href="http://www.shuttleworthfoundation.org/">Shuttleworth Foundation</a>.</p></body>
</html>