dimple/examples_index.html

100 lines
4.1 KiB
HTML

<!----------------------------------------------------------------->
<!-- AUTOMATICALLY GENERATED CODE - PLEASE EDIT TEMPLATE INSTEAD -->
<!----------------------------------------------------------------->
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>dimple - A simple charting API for d3 data visualisations</title>
<link rel="stylesheet" href="/stylesheets/styles.css">
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="application/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.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-47450855-1', 'dimplejs.org');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="wrapper">
<header>
<h2>Examples</h2>
<iframe src="http://ghbtns.com/github-btn.html?user=pmsi-alignalytics&repo=dimple&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
<a href="https://twitter.com/share" class="twitter-share-button" data-lang="en">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<p></p>
<h3>Libraries</h3>
<p>
<a href="/dist/dimple.v2.2.0.js">
Full Javascript Library With Comments
</a><br/>
<a href="/dist/dimple.v2.2.0.min.js">
Minified Javascript Library
</a><br/>
<a href="https://github.com/PMSI-AlignAlytics/dimple/zipball/master">
Zip File
</a><br/>
<a href="https://github.com/PMSI-AlignAlytics/dimple/tarball/master">
Tar Ball
</a><br/>
</p>
<h3>Resources</h3>
<p>
<a href="/index.html">
Home
</a><br/>
<a href="/examples_index.html">
Examples
</a><br/>
<a href="/advanced_examples_index.html">
Advanced Examples
</a><br/>
<a href="https://github.com/PMSI-AlignAlytics/dimple">
View On GitHub
</a><br/>
<a href="https://github.com/PMSI-AlignAlytics/dimple/wiki">
Full API Documentation
</a><br/>
</p>
</header>
<section>
<div id="examples">
</div>
</section>
<footer>
<p>
This is an open-source project by <br/>
<a href="http://www.align-alytics.com">
PMSI-AlignAlytics</a>
</p>
</footer>
<script type="text/javascript">
// Show all the examples
$.getJSON("/examples_meta.json", function(data) {
// Set the next links
if (data.length > 0) {
$("#next").attr("href","/examples_viewer.html?id=" + data[0].id);
$("#next").text(data[0].shortTitle + " >");
}
data.forEach(function (spec, i) {
if (i == 0 || spec.group != data[i-1].group) {
$("#examples").append("<h3><br/>" + spec.group + "</h3>");
}
$("#examples").append("<a class=\"example\" href=\"/examples_viewer.html?id=" + spec.id + "\"><img src=\"/images/" + spec.id + ".jpg\"></a>");
});
});
</script>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>