forked from GitHub/dbot
Return non-scaled value as title, idiot [#216]
This commit is contained in:
parent
26a10513e0
commit
55c490f50f
@ -36,7 +36,7 @@ block content
|
||||
.attr("y", function(d) { return h - y(d) - .5; })
|
||||
.attr("width", w)
|
||||
.attr("height", function(d) { return y(d); })
|
||||
.attr("title", function(d){ return y(d); });
|
||||
.attr("title", function(d){ return d; });
|
||||
|
||||
chart.append("line")
|
||||
.attr("x1", 0)
|
||||
|
Loading…
Reference in New Issue
Block a user