Skip to content

Instantly share code, notes, and snippets.

@kent37
kent37 / index.html
Last active August 29, 2015 14:19 — forked from sfrdmn/index.html
Mouseover demonstration. Modified from the original to use the official d3.js URL.
<html>
<head>
<meta charset="utf-8">
<title>Mouse Over and Out with Moving Infobox</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>
<!-- I've only commented changes relevant to this mouse follow stuff -->
<!-- btw, this is what an html comment looks like -->