Skip to content

Instantly share code, notes, and snippets.

View DataVizApril's full-sized avatar

Mengqi Zhang DataVizApril

View GitHub Profile
@DataVizApril
DataVizApril / index.html
Created September 25, 2015 01:09 — forked from mbostock/.block
Treemap
<!DOCTYPE html>
<meta charset="utf-8">
<style>
rect {
fill: none;
stroke: #fff;
}
text {
@DataVizApril
DataVizApril / index.html
Created September 25, 2015 00:55 — forked from widged/index.html
Rapid implementation of a ternary plot with d3js
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>D3 Ternary Plot</title>
<style>
line.axis {
stroke-width: 2;
stroke: #363636;
}