some kind of way to stop dots from showing up

master
Matt Huntington 8 years ago
parent 8a02443b86
commit 5425befd9e

@ -1,6 +1,9 @@
body {
margin: 20px 40px;
}
#container {
overflow: hidden;
}
circle {
r: 5;
fill: black;
@ -15,7 +18,8 @@ circle:active {
}
svg {
overflow: visible;
margin-bottom: 50px;
margin-bottom: 20px;
margin-left: 30px;
}
table, th, td {

@ -6,9 +6,11 @@
<link rel="stylesheet" href="app.css">
</head>
<body>
<svg>
<g id="points"></g>
</svg>
<div id="container">
<svg>
<g id="points"></g>
</svg>
</div>
<table>
<thead>
<tr>

Loading…
Cancel
Save