Skip to content

Instantly share code, notes, and snippets.

[{
"name": "iit.mumbai.pub1",
"imports": ["iit.chennai.pub3"]
}, {
"name": "iit.delhi.pub2",
"imports": ["iit.mumbai.pub1"]
}, {
"name": "iit.chennai.pub3",
"imports": ["iit.delhi.pub2"]
}]
license: gpl-3.0
height: 960
border: no
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Sankey Diagram</title>
<style>
@import url(http://fonts.googleapis.com/css?family=PT+Serif|PT+Serif:b|PT+Serif:i|PT+Sans|PT+Sans:b);
#chart {
height: 500px;
<html>
<head>
<!--<script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.js"></script>-->
<script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.1/d3.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<script type="application/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.16.6/lodash.js"></script>
<style>
.line {
@ckothari
ckothari / index.html
Last active September 1, 2016 15:00
Hierarchical Edge Bundling + Radial edges
<!doctype html>
<html>
<head>
<!--<script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.1/d3.js"></script>-->
<!--<script src="https://d3js.org/d3-color.v1.min.js"></script>-->
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<style>
.node {
font: 300 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
@ckothari
ckothari / index.html
Last active August 30, 2016 16:50
Parallel-Cartesian Duality
<html>
<head>
<!--<script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.js"></script>-->
<script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.1/d3.js"></script>
<style>
#catesian-cont, #parallel-cont {
float: left;
}
#catesian-cont {
@ckothari
ckothari / index.html
Last active August 25, 2016 15:05 — forked from phil-pedruco/index.html
Click to zoom with table and map in D3
<!DOCTYPE html>
<meta charset="utf-8">
<style>
@import url(mapStyle.css);
</style>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<body>
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
iso lat long name
US 37.09024 -95.712891 United States
ZA -30.559482 22.937506 South Africa
We couldn’t find that file to show.