We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7b8cb commit 167c1c6Copy full SHA for 167c1c6
src/cljs/tech-radar/ui/chart_view.cljs
@@ -9,7 +9,7 @@
9
all-texts (.selectAll js/d3 (str "#" (name topic) " text"))
10
on-click (fn [e]
11
(let [text (or (.-y e) e)]
12
- (search/navigate-to-search topic text)))
+ (search/navigate-to-search topic (str "#" text))))
13
set-style-fn (fn [cursor color]
14
(fn [_]
15
(this-as this
0 commit comments