Skip to content

Instantly share code, notes, and snippets.

@jpkoning
jpkoning / index.html
Last active December 19, 2015 08:39
Cryptocoin circle chart
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>D3 Test</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
<style type="text/css">
.axis path,
.axis line {
fill: none;