Commit 1bc00786 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Remove class 'c3' when destroy() called - #233

parent 086e0659
......@@ -4504,7 +4504,7 @@
c3.destroy = function () {
c3.data.targets = undefined;
c3.data.xs = {};
selectChart.html("");
selectChart.classed('c3', false).html("");
window.onresize = null;
};
......
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