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 += "";