Skip to content

Commit

Permalink
Disable label links since they're broken
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Jun 18, 2023
1 parent 2fcf8c3 commit b630dba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions assets/javascripts/popchart_redesign.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ var popchart = function (selector, url) {
.selectAll("text")
.data(L)
.join("a")
.attr("xlink:href", function (d) {
return "/" + d.server;
})
// .attr("xlink:href", function (d) {
// return "/" + d.server;
// })
.append("text")
.attr("class", "label")
.attr("x", (d) => xScale(xDomain[1]))
Expand Down
4 changes: 0 additions & 4 deletions views/player_counts.haml
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@
stroke: white;
}

.label {
cursor: pointer;
}

.label text {
font-weight: normal;
}
Expand Down

0 comments on commit b630dba

Please sign in to comment.