Commit 52317354 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix conflict of c3.min.js

parents 18675fe7 a81982f2
......@@ -266,7 +266,7 @@
}
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 += "<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