From e3fcf659434d545adffc65d233bbe7c06f013cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Lycklama=20a=CC=80=20Nijeholt?= Date: Tue, 14 Jul 2015 17:26:33 +0200 Subject: [PATCH] Fixed bug with tooltip names not being processed with $$.getTargetSelectorSuffix, resulting in not being able to style tooltips correctly --- c3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c3.js b/c3.js index 940388c..452e239 100644 --- a/c3.js +++ b/c3.js @@ -3825,7 +3825,7 @@ name = nameFormat(d[i].name, d[i].ratio, d[i].id, d[i].index); bgcolor = $$.levelColor ? $$.levelColor(d[i].value) : color(d[i].id); - text += ""; + text += ""; text += "" + name + ""; text += "" + value + ""; text += "";