From 9997c7b39f5b346062c903a66625685e627855af Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sat, 11 Jul 2015 08:15:16 -0700 Subject: [PATCH] Added missing semicolon --- 12_bar_tooltips_title.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12_bar_tooltips_title.html b/12_bar_tooltips_title.html index ea5b91b..ac3159b 100644 --- a/12_bar_tooltips_title.html +++ b/12_bar_tooltips_title.html @@ -99,7 +99,7 @@ rects.append("title") .text(function(d) { return d; - }) + }); //Transition rects into place rects.transition()