https://github.com/rbyte/F-GPLOM
Raw File
Tip revision: 9501d8edbdef453f2ba965b7596a45ea8590decd authored by matmax on 22 February 2014, 17:00:49 UTC
put svg element titles in own <tag>: to work in chrome
Tip revision: 9501d8e
index.html
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>F-GPLOM</title>
	<link rel="stylesheet" type="text/css" href="css/main.css"/>
	<script type='text/javascript' src='js/d3.v3.min.js'></script>
	<script type='text/javascript' src='js/gplom.js'></script>
</head>

<body onload="interfaceInit()">
	
	<div id="jsOut" style="display: none"></div>
	
	<div id="vizWrapper">
		<svg id="viz" xmlns="http://www.w3.org/2000/svg"></svg>
	</div>
	<ul id="filter"></ul>
	<div id="varSelection">
		<span class="helperSpanToAlignImageVertically"></span>+
		<ul id="varSelectionUL"></ul>
	</div>
	
</body>
</html>
back to top