<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<script data-main="relationsdemo.js" src="../js/lib/require.js" async="async"></script> | |
<link type="text/css" rel="stylesheet" href="../css/kalamar.css" /> | |
<style> | |
tspan, text { | |
font-size: 11pt; | |
stroke-width: 0; | |
line-height: 100%; | |
stroke-opacity:0; | |
padding-right: 3pt | |
fill: black; | |
} | |
g.arcs text { | |
font-size: 9pt; | |
fill: blue; | |
} | |
path { | |
stroke-width: 2; | |
stroke: black; | |
fill: none; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="tree"></div> | |
</body> | |
</html> |