-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Yadong Zhang edited this page Oct 4, 2018
·
2 revisions
<title>Tree Example</title>
<style>
.node { cursor: pointer; }
.node circle { fill: #fff; stroke: steelblue; stroke-width: 3px; }
.node text { font: 12px sans-serif; }
.link { fill: none; stroke: #ccc; stroke-width: 2px; }
</style>