Commit a81982f2 authored by Peter Göbel's avatar Peter Göbel

added 'index' to tooltip:format:value arguments

parent 7f4e03c6
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
} }
name = d[i].name; name = d[i].name;
value = valueFormat(d[i].value, d[i].ratio, d[i].id); value = valueFormat(d[i].value, d[i].ratio, d[i].id, d[i].index);
text += "<tr class='" + CLASS.tooltipName + "-" + d[i].id + "'>"; text += "<tr class='" + CLASS.tooltipName + "-" + d[i].id + "'>";
text += "<td class='name'><span style='background-color:" + color(d[i].id) + "'></span>" + name + "</td>"; text += "<td class='name'><span style='background-color:" + color(d[i].id) + "'></span>" + name + "</td>";
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment