Update c3.js and c3.min.js

parent 7d71ae19
...@@ -5358,7 +5358,7 @@ ...@@ -5358,7 +5358,7 @@
c3_chart_internal_fn.getClipPath = function (id) { c3_chart_internal_fn.getClipPath = function (id) {
return "url(" + "#" + id + ")"; return "url(" + (isNode() ? "" : document.URL.split('#')[0]) + "#" + id + ")";
}; };
c3_chart_internal_fn.appendClip = function (parent, id) { c3_chart_internal_fn.appendClip = function (parent, id) {
return parent.append("clipPath").attr("id", id).append("rect"); return parent.append("clipPath").attr("id", id).append("rect");
......
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