Optimize label hover

Add entity IDs to the element class list, so that specific
elements can be selected by ID rather than needing `filter`.
This commit is contained in:
John Firebaugh
2013-05-11 13:12:07 -07:00
parent 578224bd63
commit a53d5cbb44
3 changed files with 20 additions and 27 deletions
+4
View File
@@ -885,6 +885,10 @@ text.pointlabel {
stroke-miterlimit: 1;
}
text.proximate {
opacity: 0;
}
text.point {
font-size: 10px;
}