This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<!-- SVG web to turn svg into flash for IE | |
This might not be working on bl.ocks.org for the following reasons: | |
1) MIME types not added to the bl.ocks.org webserver: | |
AddType text/x-component htc | |
AddType application/x-shockwave-flash swf | |
AddType image/svg+xml svg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?1.27.2"></script> | |
<style type="text/css"> | |
path { | |
fill: none; | |
stroke: #000; | |
stroke-width: 7px; |